From: Sachin Kamat Date: Fri, 9 Mar 2012 14:54:34 +0000 (-0800) Subject: ARM: EXYNOS: Hook up G2D PD to generic PD infrastructure X-Git-Tag: v3.4-rc1~73^2~4^2~1 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=a9e87bd93636f92e717c505a5ba8c587bbe0ea1c;p=~andy%2Flinux ARM: EXYNOS: Hook up G2D PD to generic PD infrastructure Add G2D power domain (PD) to generic power domain infrastructure. Signed-off-by: Sachin Kamat Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-exynos/pm_domains.c b/arch/arm/mach-exynos/pm_domains.c index 0b04af2b13c..a84df720c55 100644 --- a/arch/arm/mach-exynos/pm_domains.c +++ b/arch/arm/mach-exynos/pm_domains.c @@ -182,6 +182,9 @@ static __init int exynos4_pm_init_power_domain(void) #endif #ifdef CONFIG_S5P_DEV_CSIS1 exynos_pm_add_dev_to_genpd(&s5p_device_mipi_csis1, &exynos4_pd_cam); +#endif +#ifdef CONFIG_S5P_DEV_G2D + exynos_pm_add_dev_to_genpd(&s5p_device_g2d, &exynos4_pd_lcd0); #endif return 0; }