diff options
author | Magnus Damm <damm@opensource.se> | 2011-07-01 22:14:34 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-07-02 14:29:57 +0200 |
commit | 96f7934e448fd52644b8862ea12761e1524f3bf3 (patch) | |
tree | 97e7548b9bd1e1f442cc0690d4fa4f3440b32557 /arch/arm/mach-shmobile/setup-sh7372.c | |
parent | e3e0109138376bb262b8ecf33bad0586fa131925 (diff) | |
download | talos-op-linux-96f7934e448fd52644b8862ea12761e1524f3bf3.tar.gz talos-op-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/setup-sh7372.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh7372.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-sh7372.c b/arch/arm/mach-shmobile/setup-sh7372.c index cd807eea69e2..ec1ae8cc9caa 100644 --- a/arch/arm/mach-shmobile/setup-sh7372.c +++ b/arch/arm/mach-shmobile/setup-sh7372.c @@ -841,6 +841,8 @@ static struct platform_device *sh7372_late_devices[] __initdata = { void __init sh7372_add_standard_devices(void) { + sh7372_init_pm_domain(&sh7372_a4lc); + platform_add_devices(sh7372_early_devices, ARRAY_SIZE(sh7372_early_devices)); |