From: Sachin Kamat Date: Mon, 10 Oct 2011 10:54:59 +0000 (+0900) Subject: ARM: EXYNOS4: Register power domains on ORIGEN X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f0e38e3354fa150984400a55955f3b03867b14f3;p=linux-beck.git ARM: EXYNOS4: Register power domains on ORIGEN This patch registers all the available power domains on ORIGEN board. Signed-off-by: Sachin Kamat Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-exynos4/mach-origen.c b/arch/arm/mach-exynos4/mach-origen.c index 973cc1992dc0..311e9db4ddea 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, };