diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-07-10 04:12:08 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-07-10 04:12:08 -0400 |
commit | c1ba5bb5608664b37a3b1ac647e0dd67d46ddc99 (patch) | |
tree | 4190d769a9b13c0bb0b24ed398c1ae8802c8e932 /arch/arm/mach-shmobile/board-mackerel.c | |
parent | a41b64665a79b8be980d450f6e5b9354d7511700 (diff) |
ARM: mach-shmobile: sh7372 A4MP support
Add support for the sh7372 A4MP power domain
and hook up the FSI/SPU2 device.
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.c | 1 |
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 362b88308741..5b36b6c5b448 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c | |||
@@ -1584,6 +1584,7 @@ static void __init mackerel_init(void) | |||
1584 | 1584 | ||
1585 | sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc_device); | 1585 | sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc_device); |
1586 | sh7372_add_device_to_domain(&sh7372_a4lc, &hdmi_lcdc_device); | 1586 | sh7372_add_device_to_domain(&sh7372_a4lc, &hdmi_lcdc_device); |
1587 | sh7372_add_device_to_domain(&sh7372_a4mp, &fsi_device); | ||
1587 | 1588 | ||
1588 | hdmi_init_pm_clock(); | 1589 | hdmi_init_pm_clock(); |
1589 | sh7372_pm_init(); | 1590 | sh7372_pm_init(); |