diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-07-10 10:11:57 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-07-10 10:11:57 +0200 |
commit | a41b64665a79b8be980d450f6e5b9354d7511700 (patch) | |
tree | 5975e1edf38bde5155ca89967a6240ee5cc3543a /arch/arm/mach-shmobile/board-ap4evb.c | |
parent | c47586b6d36ef2d5d7dc39afc44b75e31bc1a671 (diff) | |
download | linux-a41b64665a79b8be980d450f6e5b9354d7511700.tar.gz linux-a41b64665a79b8be980d450f6e5b9354d7511700.tar.bz2 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-ap4evb.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index a26f895cdc89..4226db6a0b8b 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -1414,6 +1414,7 @@ static void __init ap4evb_init(void) hdmi_init_pm_clock(); fsi_init_pm_clock(); sh7372_pm_init(); + pm_clk_add(&fsi_device.dev, "spu2"); } static void __init ap4evb_timer_init(void) |