diff options
author | Magnus Damm <damm@opensource.se> | 2011-07-01 16:14:34 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-07-02 08:29:57 -0400 |
commit | 96f7934e448fd52644b8862ea12761e1524f3bf3 (patch) | |
tree | 97e7548b9bd1e1f442cc0690d4fa4f3440b32557 /arch/arm/mach-shmobile/board-mackerel.c | |
parent | e3e0109138376bb262b8ecf33bad0586fa131925 (diff) |
ARM: mach-shmobile: sh7372 A4LC support for AP4EVB
The AP4EVB board is also using a sh7372 SoC, so tie in
A4LC support on that board as well.
Signed-off-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, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index f93b1cb27fef..cc1ccd899cde 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c | |||
@@ -1582,7 +1582,6 @@ static void __init mackerel_init(void) | |||
1582 | 1582 | ||
1583 | platform_add_devices(mackerel_devices, ARRAY_SIZE(mackerel_devices)); | 1583 | platform_add_devices(mackerel_devices, ARRAY_SIZE(mackerel_devices)); |
1584 | 1584 | ||
1585 | sh7372_init_pm_domain(&sh7372_a4lc); | ||
1586 | sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc_device); | 1585 | sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc_device); |
1587 | sh7372_add_device_to_domain(&sh7372_a4lc, &hdmi_lcdc_device); | 1586 | sh7372_add_device_to_domain(&sh7372_a4lc, &hdmi_lcdc_device); |
1588 | 1587 | ||