diff mbox

[11/15] ARM: exynos: Leave disabling of unused PM domains to genpd

Message ID 1409741551-16437-12-git-send-email-ulf.hansson@linaro.org
State Accepted
Commit 0fcc455252d2ec766deb45bb735e32c7023811fe
Headers show

Commit Message

Ulf Hansson Sept. 3, 2014, 10:52 a.m. UTC
Since genpd at late init, will try to disable unused PM domains we
don't need to do it from here as well.

Cc: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
---
 arch/arm/mach-exynos/exynos.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
index 6a24e11..b89e5f3 100644
--- a/arch/arm/mach-exynos/exynos.c
+++ b/arch/arm/mach-exynos/exynos.c
@@ -193,7 +193,6 @@  static void __init exynos_init_late(void)
 		/* to be supported later */
 		return;
 
-	pm_genpd_poweroff_unused();
 	exynos_pm_init();
 }