提交 75371477 编写于 作者: S Sachin Kamat 提交者: Kukjin Kim

ARM: EXYNOS: Hook up JPEG PD to generic PD infrastructure

Add JPEG power domain (PD) to generic power domain infrastructure.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 a9e87bd9
...@@ -185,6 +185,9 @@ static __init int exynos4_pm_init_power_domain(void) ...@@ -185,6 +185,9 @@ static __init int exynos4_pm_init_power_domain(void)
#endif #endif
#ifdef CONFIG_S5P_DEV_G2D #ifdef CONFIG_S5P_DEV_G2D
exynos_pm_add_dev_to_genpd(&s5p_device_g2d, &exynos4_pd_lcd0); 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 #endif
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册