aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos4
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2011-10-10 19:54:59 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-10-12 19:26:02 +0900
commitf0e38e3354fa150984400a55955f3b03867b14f3 (patch)
tree57fad3b71ed313aa9b294228a79d8ab6a692ba91 /arch/arm/mach-exynos4
parent5dfb1aa53ec182ceb9a729ffe239a07db7866481 (diff)
ARM: EXYNOS4: Register power domains on ORIGEN
This patch registers all the available power domains on ORIGEN board. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4')
-rw-r--r--arch/arm/mach-exynos4/mach-origen.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/mach-origen.c b/arch/arm/mach-exynos4/mach-origen.c
index 973cc1992dc..311e9db4dde 100644
--- a/arch/arm/mach-exynos4/mach-origen.c
+++ b/arch/arm/mach-exynos4/mach-origen.c
@@ -604,6 +604,10 @@ static struct platform_device *origen_devices[] __initdata = {
&s5p_device_mixer,
&exynos4_device_pd[PD_LCD0],
&exynos4_device_pd[PD_TV],
+ &exynos4_device_pd[PD_G3D],
+ &exynos4_device_pd[PD_LCD1],
+ &exynos4_device_pd[PD_CAM],
+ &exynos4_device_pd[PD_GPS],
&origen_device_gpiokeys,
&origen_lcd_hv070wsa,
};