aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2020-10-26 10:08:47 +0200
committerTony Lindgren <tony@atomide.com>2020-10-26 10:08:48 +0200
commitb69fd00120f8e3348273323099669cb058668263 (patch)
tree02c99c0bf6870feb190d06644b723ad3098cf689 /arch/arm/mach-omap2/Kconfig
parentARM: OMAP2+: Fix location for select PM_GENERIC_DOMAINS (diff)
downloadwireguard-linux-b69fd00120f8e3348273323099669cb058668263.tar.xz
wireguard-linux-b69fd00120f8e3348273323099669cb058668263.zip
ARM: OMAP2+: Fix missing select PM_GENERIC_DOMAINS_OF
We should select also PM_GENERIC_DOMAINS_OF in addition to PM_GENERIC_DOMAINS to have device tree based PM domain providers enabled. Fixes: 58cbff023bfa ("soc: ti: omap-prm: Add basic power domain support") Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 68ba5adfaa23..3f62a0c9450d 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -106,6 +106,7 @@ config ARCH_OMAP2PLUS
select OMAP_GPMC
select PINCTRL
select PM_GENERIC_DOMAINS if PM
+ select PM_GENERIC_DOMAINS_OF if PM
select RESET_CONTROLLER
select SOC_BUS
select TI_SYSC