ARM: dts: Use simple-pm-bus for genpd for am4 l4_fast
authorTony Lindgren <tony@atomide.com>
Mon, 16 Nov 2020 10:57:13 +0000 (12:57 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 16 Nov 2020 11:11:17 +0000 (13:11 +0200)
We can now enable simple-pm-bus to use genpd.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am437x-l4.dtsi

index f07a7adfeea9765acab11d9866030d36bd680a03..ab962fc1dcbfe62f20769228d4661c1ebc4e87fe 100644 (file)
 };
 
 &l4_fast {                                     /* 0x4a000000 */
-       compatible = "ti,am4-l4-fast", "simple-bus";
+       compatible = "ti,am4-l4-fast", "simple-pm-bus";
+       power-domains = <&prm_per>;
+       clocks = <&l3_clkctrl AM4_L3_L4_HS_CLKCTRL 0>;
+       clock-names = "fck";
        reg = <0x4a000000 0x800>,
              <0x4a000800 0x800>,
              <0x4a001000 0x400>;
        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 */