diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-exynos/pm_domains.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
@@ -186,6 +186,9 @@ static __init int exynos4_pm_init_power_domain(void) | |||
186 | #ifdef CONFIG_S5P_DEV_G2D | 186 | #ifdef CONFIG_S5P_DEV_G2D |
187 | exynos_pm_add_dev_to_genpd(&s5p_device_g2d, &exynos4_pd_lcd0); | 187 | exynos_pm_add_dev_to_genpd(&s5p_device_g2d, &exynos4_pd_lcd0); |
188 | #endif | 188 | #endif |
189 | #ifdef CONFIG_S5P_DEV_JPEG | ||
190 | exynos_pm_add_dev_to_genpd(&s5p_device_jpeg, &exynos4_pd_cam); | ||
191 | #endif | ||
189 | return 0; | 192 | return 0; |
190 | } | 193 | } |
191 | arch_initcall(exynos4_pm_init_power_domain); | 194 | arch_initcall(exynos4_pm_init_power_domain); |