aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-armadillo800eva.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-10-23 07:18:54 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-10-27 19:40:17 -0400
commit671c522a69fc6fa6960ada4c55bc7186f7d89a3a (patch)
treee4378b5de369dfe31c3bdbfc48b9cad4d44999b2 /arch/arm/mach-shmobile/board-armadillo800eva.c
parent4311d9654c66b7cc7147035b8ec74f41ddffa650 (diff)
ARM: shmobile: armadillo800eva legacy: Add missing A4S pm domain devices
Commit 8459293c27bcd13a ("ARM: shmobile: r8a7740: add A4S pm domain support") added the A4S power domain, but forgot to hook up the GbEther hardware block. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-armadillo800eva.c')
-rw-r--r--arch/arm/mach-shmobile/board-armadillo800eva.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
index 4bc202dd828a..0aa5bbdbd153 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@ -1234,6 +1234,7 @@ static void __init eva_init(void)
1234 static struct pm_domain_device domain_devices[] __initdata = { 1234 static struct pm_domain_device domain_devices[] __initdata = {
1235 { "A4LC", &lcdc0_device }, 1235 { "A4LC", &lcdc0_device },
1236 { "A4LC", &hdmi_lcdc_device }, 1236 { "A4LC", &hdmi_lcdc_device },
1237 { "A4S", &sh_eth_device },
1237 { "A3SP", &pwm_device }, 1238 { "A3SP", &pwm_device },
1238 { "A3SP", &sdhi0_device }, 1239 { "A3SP", &sdhi0_device },
1239 { "A3SP", &sh_mmcif_device }, 1240 { "A3SP", &sh_mmcif_device },