aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-10-23 07:18:52 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-10-27 19:40:16 -0400
commit3b358cb8b7c73304ea2c634afc644cfad37adbdc (patch)
treed432ee7262bad58ae4d101822e8d63de4d19b71e /arch/arm/mach-shmobile
parent80f643b39346768878317eb04bd4b1deb4551537 (diff)
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 <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/setup-r8a7740.c4
1 files changed, 4 insertions, 0 deletions
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)
746void __init r8a7740_add_standard_devices(void) 746void __init r8a7740_add_standard_devices(void)
747{ 747{
748 static struct pm_domain_device domain_devices[] __initdata = { 748 static struct pm_domain_device domain_devices[] __initdata = {
749 { "A4S", &irqpin0_device },
750 { "A4S", &irqpin1_device },
751 { "A4S", &irqpin2_device },
752 { "A4S", &irqpin3_device },
749 { "A3SP", &scif0_device }, 753 { "A3SP", &scif0_device },
750 { "A3SP", &scif1_device }, 754 { "A3SP", &scif1_device },
751 { "A3SP", &scif2_device }, 755 { "A3SP", &scif2_device },