ARM: EXYNOS: Hook up G2D PD to generic PD infrastructure
[deliverable/linux.git] / arch / arm / mach-exynos / pm_domains.c
index 0b04af2b13ccdb0cb49d646d56f146ab1f32f88e..a84df720c5561ffa99cc72bb632fc8ac6e204bef 100644 (file)
@@ -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;
 }
This page took 0.054337 seconds and 5 git commands to generate.