From: Geert Uytterhoeven Date: Thu, 23 Oct 2014 11:18:54 +0000 (+0200) Subject: ARM: shmobile: armadillo800eva legacy: Add missing A4S pm domain devices X-Git-Tag: v3.19-rc1~169^2~29^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=671c522a69fc6fa6960ada4c55bc7186f7d89a3a;p=karo-tx-linux.git 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 Signed-off-by: Simon Horman --- 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) static struct pm_domain_device domain_devices[] __initdata = { { "A4LC", &lcdc0_device }, { "A4LC", &hdmi_lcdc_device }, + { "A4S", &sh_eth_device }, { "A3SP", &pwm_device }, { "A3SP", &sdhi0_device }, { "A3SP", &sh_mmcif_device },