summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ap4evb.c
diff options
context:
space:
mode:
authorMagnus Damm2011-07-01 22:14:34 +0200
committerRafael J. Wysocki2011-07-02 14:29:57 +0200
commit96f7934e448fd52644b8862ea12761e1524f3bf3 (patch)
tree97e7548b9bd1e1f442cc0690d4fa4f3440b32557 /arch/arm/mach-shmobile/board-ap4evb.c
parentARM / shmobile: Support for I/O power domains for SH7372 (v9) (diff)
downloadkernel-qcow2-linux-96f7934e448fd52644b8862ea12761e1524f3bf3.tar.gz
kernel-qcow2-linux-96f7934e448fd52644b8862ea12761e1524f3bf3.tar.xz
kernel-qcow2-linux-96f7934e448fd52644b8862ea12761e1524f3bf3.zip
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-ap4evb.c')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index 803bc6edfca4..a26f895cdc89 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -1408,6 +1408,9 @@ static void __init ap4evb_init(void)
platform_add_devices(ap4evb_devices, ARRAY_SIZE(ap4evb_devices));
+ sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc1_device);
+ sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc_device);
+
hdmi_init_pm_clock();
fsi_init_pm_clock();
sh7372_pm_init();