From: Geert Uytterhoeven Date: Thu, 23 Oct 2014 11:18:52 +0000 (+0200) Subject: ARM: shmobile: r8a7740: Add missing A4S pm domain devices X-Git-Tag: v3.19-rc1~169^2~29^2~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3b358cb8b7c73304ea2c634afc644cfad37adbdc;p=karo-tx-linux.git ARM: shmobile: r8a7740: 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 INTCA hardware block. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index 6992d4013ef0..dbf8a93ccc4f 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c @@ -746,6 +746,10 @@ static void r8a7740_i2c_workaround(struct platform_device *pdev) void __init r8a7740_add_standard_devices(void) { static struct pm_domain_device domain_devices[] __initdata = { + { "A4S", &irqpin0_device }, + { "A4S", &irqpin1_device }, + { "A4S", &irqpin2_device }, + { "A4S", &irqpin3_device }, { "A3SP", &scif0_device }, { "A3SP", &scif1_device }, { "A3SP", &scif2_device },