diff options
author | Tony Lindgren <tony@atomide.com> | 2020-11-16 13:57:13 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-11-16 13:58:13 +0300 |
commit | ac1c14f51a8216764d6bb446def98092c7c95f1a (patch) | |
tree | 3a8180e5cc6aec9923d69cb7f2ba3ced69c23806 /arch/arm/boot/dts/am33xx-l4.dtsi | |
parent | 5a230524f87926f24d637fe62fd689f7f86f5036 (diff) | |
download | linux-ac1c14f51a8216764d6bb446def98092c7c95f1a.tar.xz |
ARM: dts: Use simple-pm-bus for genpd for am3 l4_fast
We can now enable simple-pm-bus to use genpd.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am33xx-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx-l4.dtsi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am33xx-l4.dtsi b/arch/arm/boot/dts/am33xx-l4.dtsi index 9b1ac81281c6..38981411dc1b 100644 --- a/arch/arm/boot/dts/am33xx-l4.dtsi +++ b/arch/arm/boot/dts/am33xx-l4.dtsi @@ -669,7 +669,10 @@ }; &l4_fast { /* 0x4a000000 */ - compatible = "ti,am33xx-l4-fast", "simple-bus"; + compatible = "ti,am33xx-l4-fast", "simple-pm-bus"; + power-domains = <&prm_per>; + clocks = <&l4hs_clkctrl AM3_L4HS_L4_HS_CLKCTRL 0>; + clock-names = "fck"; reg = <0x4a000000 0x800>, <0x4a000800 0x800>, <0x4a001000 0x400>; @@ -679,7 +682,7 @@ ranges = <0x00000000 0x4a000000 0x1000000>; /* segment 0 */ segment@0 { /* 0x4a000000 */ - compatible = "simple-bus"; + compatible = "simple-pm-bus"; #address-cells = <1>; #size-cells = <1>; ranges = <0x00000000 0x00000000 0x000800>, /* ap 0 */ |