[PATCH 6/7] ARM: davinci: select generic power domains for DaVinci in DT mode

From: Bartosz Golaszewski
Date: Wed Feb 07 2018 - 08:46:20 EST


From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>

Automatically select the genpd framework in DT mode.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
---
arch/arm/mach-davinci/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index da8a039d65f9..cb5dd239e375 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -60,6 +60,7 @@ config MACH_DA8XX_DT
depends on ARCH_DAVINCI_DA850
select PINCTRL
select TIMER_OF
+ select PM_GENERIC_DOMAINS if PM
help
Say y here to include support for TI DaVinci DA850 based using
Flattened Device Tree. More information at Documentation/devicetree
--
2.16.1