diff options
author | Tony Lindgren <tony@atomide.com> | 2020-07-02 08:45:09 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-08-18 10:40:02 +0300 |
commit | 58cbff023bfaeb9c290b5dbcc0a4bb327c653e18 (patch) | |
tree | 2ddfd616d48c0426e194c8aa89fee4022a803a5f /arch/arm/mach-omap2/Kconfig | |
parent | de104a292d07ef63803bc5c496e7cac54d8c16cc (diff) | |
download | linux-stable-58cbff023bfaeb9c290b5dbcc0a4bb327c653e18.tar.gz linux-stable-58cbff023bfaeb9c290b5dbcc0a4bb327c653e18.tar.bz2 linux-stable-58cbff023bfaeb9c290b5dbcc0a4bb327c653e18.zip |
soc: ti: omap-prm: Add basic power domain support
The PRM controller has currently only support for resets while the power
domains are still handled in the platform code.
Let's add basic power domain support to enable and disable a PRM
controlled power domain if configured in the devicetree. This can be
used for various hardware accelerators, and interconnect instances.
Further support can be added later on as needed for runtime configuration
based on domain-idle-states.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index ea23205bf70f..3ee7bdff86b2 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -7,6 +7,7 @@ config ARCH_OMAP2 depends on ARCH_MULTI_V6 select ARCH_OMAP2PLUS select CPU_V6 + select PM_GENERIC_DOMAINS if PM select SOC_HAS_OMAP2_SDRC config ARCH_OMAP3 |