Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0e38e33 authored by Sachin Kamat's avatar Sachin Kamat Committed by Kukjin Kim
Browse files

ARM: EXYNOS4: Register power domains on ORIGEN



This patch registers all the available power domains on ORIGEN board.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 5dfb1aa5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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,
};