ARM: dts: Configure simple-pm-bus for omap5 l4_per
authorTony Lindgren <tony@atomide.com>
Wed, 10 Mar 2021 12:04:58 +0000 (14:04 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 10 Mar 2021 12:04:58 +0000 (14:04 +0200)
We can now probe interconnects with device tree only configuration using
simple-pm-bus and genpd.

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

index e3de9a0a7ca9141f77dfe3b865a33000fa37d616..b7a0ce3675594e6287204373f8661fc1361c5976 100644 (file)
 };
 
 &l4_per {                                              /* 0x48000000 */
-       compatible = "ti,omap5-l4-per", "simple-bus";
+       compatible = "ti,omap5-l4-per", "simple-pm-bus";
+       power-domains = <&prm_core>;
+       clocks = <&l4per_clkctrl OMAP5_L4_PER_CLKCTRL 0>;
+       clock-names = "fck";
        reg = <0x48000000 0x800>,
              <0x48000800 0x800>,
              <0x48001000 0x400>,
                 <0x00200000 0x48200000 0x200000>;      /* segment 1 */
 
        segment@0 {                                     /* 0x48000000 */
-               compatible = "simple-bus";
+               compatible = "simple-pm-bus";
                #address-cells = <1>;
                #size-cells = <1>;
                ranges = <0x00000000 0x00000000 0x000800>,      /* ap 0 */
        };
 
        segment@200000 {                                        /* 0x48200000 */
-               compatible = "simple-bus";
+               compatible = "simple-pm-bus";
                #address-cells = <1>;
                #size-cells = <1>;
        };