diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-03-10 05:54:36 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-10 05:54:36 -0500 |
commit | 7537147710b5a3be5d7ff046d8c3c3f8e5e6a186 (patch) | |
tree | 5988d26abd82c3678be3de0f2c7493a4d0093a88 /arch/arm/mach-exynos | |
parent | a9e87bd93636f92e717c505a5ba8c587bbe0ea1c (diff) |
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 <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-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); |