Skip to content

Commit b69fd00

Browse files
committed
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: 58cbff0 ("soc: ti: omap-prm: Add basic power domain support") Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent c20782a commit b69fd00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/mach-omap2/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ config ARCH_OMAP2PLUS
106106
select OMAP_GPMC
107107
select PINCTRL
108108
select PM_GENERIC_DOMAINS if PM
109+
select PM_GENERIC_DOMAINS_OF if PM
109110
select RESET_CONTROLLER
110111
select SOC_BUS
111112
select TI_SYSC

0 commit comments

Comments
 (0)