diff options
author | Tony Lindgren <tony@atomide.com> | 2020-07-02 08:45:13 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-08-18 10:40:03 +0300 |
commit | 0fd1594b3c339f17210c7ebfff102ad054cfcc7d (patch) | |
tree | c0c7da6c1595dea0b0a0bbda2c43777d42b60d0c /arch/arm/boot/dts/omap4.dtsi | |
parent | 587c437d96a3c2a9f15d5f1e315b6ed1ed939725 (diff) | |
download | linux-rt-0fd1594b3c339f17210c7ebfff102ad054cfcc7d.tar.gz |
ARM: dts: Configure omap4 and 5 l4_abe for genpd and drop platform data
We can power off l4_abe domain when not in use when we configure it for
genpd. And with that change, we can now also drop the old unused legacy
platform data.
Note that we also need to now use "simple-pm-bus" instead of "simple-bus"
for PM runtime to get enabled for the bus.
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/boot/dts/omap4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 0282b9de3384..eb5780eb2630 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -658,6 +658,12 @@ #reset-cells = <1>; }; + prm_abe: prm@500 { + compatible = "ti,omap4-prm-inst", "ti,omap-prm-inst"; + reg = <0x500 0x100>; + #power-domain-cells = <0>; + }; + prm_core: prm@700 { compatible = "ti,omap4-prm-inst", "ti,omap-prm-inst"; reg = <0x700 0x100>; |