diff options
author | Prasanna Kumar <prasanna.ps@samsung.com> | 2013-02-12 15:27:43 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-07 19:47:13 +0900 |
commit | 6f9e95e6ed34ceff090ec1a1d27dfc85828d1dbd (patch) | |
tree | 8e4b277d870bda0d3c26d0feb787eda6755aad06 /arch/arm/mach-exynos | |
parent | 7d40d86766e12ef54e770a1e3f350afe0cdb4c58 (diff) | |
download | linux-3.10-6f9e95e6ed34ceff090ec1a1d27dfc85828d1dbd.tar.gz linux-3.10-6f9e95e6ed34ceff090ec1a1d27dfc85828d1dbd.tar.bz2 linux-3.10-6f9e95e6ed34ceff090ec1a1d27dfc85828d1dbd.zip |
ARM: dts: Set up power domain for MFC and G-scaler for exynos5250
This patch adds device tree nodes for MFC and G-scaler power
domains of exynos5250.It binds these power-domain nodes to repsective
device tree nodes
It also adds support to enable PM generic domains for exynos5250.
Signed-off-by: Prasanna Kumar <prasanna.ps@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 78bd3479c7e..66b12f76e4a 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -61,6 +61,7 @@ config SOC_EXYNOS5250 bool "SAMSUNG EXYNOS5250" default y depends on ARCH_EXYNOS5 + select PM_GENERIC_DOMAINS if PM select S5P_PM if PM select S5P_SLEEP if PM select S5P_DEV_MFC |