summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-mackerel.c
diff options
context:
space:
mode:
authorKuninori Morimoto2011-07-10 10:11:57 +0200
committerRafael J. Wysocki2011-07-10 10:11:57 +0200
commita41b64665a79b8be980d450f6e5b9354d7511700 (patch)
tree5975e1edf38bde5155ca89967a6240ee5cc3543a /arch/arm/mach-shmobile/board-mackerel.c
parentARM: mach-shmobile: sh7372 A3SG support (diff)
downloadkernel-qcow2-linux-a41b64665a79b8be980d450f6e5b9354d7511700.tar.gz
kernel-qcow2-linux-a41b64665a79b8be980d450f6e5b9354d7511700.tar.xz
kernel-qcow2-linux-a41b64665a79b8be980d450f6e5b9354d7511700.zip
ARM: mach-shmobile: sh7372: make sure that fsi is peripheral of spu2
FSI act as peripheral circuits of the SPU2. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/board-mackerel.c')
-rw-r--r--arch/arm/mach-shmobile/board-mackerel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c
index cc1ccd899cde..362b88308741 100644
--- a/arch/arm/mach-shmobile/board-mackerel.c
+++ b/arch/arm/mach-shmobile/board-mackerel.c
@@ -1587,6 +1587,7 @@ static void __init mackerel_init(void)
hdmi_init_pm_clock();
sh7372_pm_init();
+ pm_clk_add(&fsi_device.dev, "spu2");
}
static void __init mackerel_timer_init(void)