Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1600727

[PATCH v2 3/3] arm64: exynos: Enable Exynos PMU and PM domains drivers

From Krzysztof Kozlowski <krzk@kernel.org>
Newsgroups linux.kernel
Subject [PATCH v2 3/3] arm64: exynos: Enable Exynos PMU and PM domains drivers
Date 2017-03-14 18:20 +0100
Message-ID <tkYh5-3lW-29@gated-at.bofh.it> (permalink)
References <tkYh3-3lW-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Enable EXYNOS_PM_DOMAINS because recently Exynos5433 got support for
Power Management domains.  The Exynos5433 pinctrl driver requires
EXYNOS_PMU to get the syscon-regmap for PMU address space.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
---
 arch/arm64/Kconfig.platforms | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 129cc5ae4091..9cdaecd3e583 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -54,6 +54,8 @@ config ARCH_BRCMSTB
 config ARCH_EXYNOS
 	bool "ARMv8 based Samsung Exynos SoC family"
 	select COMMON_CLK_SAMSUNG
+	select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
+	select EXYNOS_PMU
 	select HAVE_S3C2410_WATCHDOG if WATCHDOG
 	select HAVE_S3C_RTC if RTC_CLASS
 	select PINCTRL
-- 
2.9.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] arm64: exynos: Enable drivers for Exynos5433 Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-14 18:20 +0100
  [PATCH v2 1/3] arm64: defconfig: Enable video, DRM and LPASS drivers for Exynos5433 and Exynos7 Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-14 18:20 +0100
    Re: [PATCH v2 1/3] arm64: defconfig: Enable video,  DRM and LPASS drivers for Exynos5433 and Exynos7 Chanwoo Choi <cw00.choi@samsung.com> - 2017-03-15 02:10 +0100
  [PATCH v2 3/3] arm64: exynos: Enable Exynos PMU and PM domains drivers Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-14 18:20 +0100
    Re: [PATCH v2 3/3] arm64: exynos: Enable Exynos PMU and PM domains  drivers Chanwoo Choi <cw00.choi@samsung.com> - 2017-03-15 02:00 +0100
  [PATCH v2 2/3] soc: samsung: Do not build ARMv7 PMU drivers on ARMv8 Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-14 18:20 +0100
  Re: [PATCH v2 0/3] arm64: exynos: Enable drivers for Exynos5433 Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-21 18:20 +0100

csiph-web