From: Sachin Kamat Date: Sat, 10 Mar 2012 10:54:36 +0000 (-0800) Subject: ARM: EXYNOS: Hook up JPEG PD to generic PD infrastructure X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7537147710b5a3be5d7ff046d8c3c3f8e5e6a186;p=linux-beck.git ARM: EXYNOS: Hook up JPEG PD to generic PD infrastructure Add JPEG 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 a84df720c556..13b306808b42 100644 --- a/arch/arm/mach-exynos/pm_domains.c +++ b/arch/arm/mach-exynos/pm_domains.c @@ -185,6 +185,9 @@ static __init int exynos4_pm_init_power_domain(void) #endif #ifdef CONFIG_S5P_DEV_G2D exynos_pm_add_dev_to_genpd(&s5p_device_g2d, &exynos4_pd_lcd0); +#endif +#ifdef CONFIG_S5P_DEV_JPEG + exynos_pm_add_dev_to_genpd(&s5p_device_jpeg, &exynos4_pd_cam); #endif return 0; }