ARM: dts: am43xx: add remaining PRM instances
authorTero Kristo <t-kristo@ti.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)
Add remaining PRM instances for the am43xx SoC. Additionally enable the
genpd support for them.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am4372.dtsi

index 8844526577ddf367198389072bcd140f89d16c7c..7fef5d6d5dce26cefd8271d8dc4efafd4fffd837 100644 (file)
 #include "am43xx-clocks.dtsi"
 
 &prcm {
+       prm_mpu: prm@300 {
+               compatible = "ti,am4-prm-inst", "ti,omap-prm-inst";
+               reg = <0x300 0x100>;
+               #power-domain-cells = <0>;
+       };
+
        prm_gfx: prm@400 {
                compatible = "ti,am4-prm-inst", "ti,omap-prm-inst";
                reg = <0x400 0x100>;
                #reset-cells = <1>;
        };
 
+       prm_rtc: prm@500 {
+               compatible = "ti,am4-prm-inst", "ti,omap-prm-inst";
+               reg = <0x500 0x100>;
+               #power-domain-cells = <0>;
+       };
+
+       prm_tamper: prm@600 {
+               compatible = "ti,am4-prm-inst", "ti,omap-prm-inst";
+               reg = <0x600 0x100>;
+               #power-domain-cells = <0>;
+       };
+
+       prm_cefuse: prm@700 {
+               compatible = "ti,am4-prm-inst", "ti,omap-prm-inst";
+               reg = <0x700 0x100>;
+               #power-domain-cells = <0>;
+       };
+
        prm_per: prm@800 {
                compatible = "ti,am4-prm-inst", "ti,omap-prm-inst";
                reg = <0x800 0x100>;
                #reset-cells = <1>;
+               #power-domain-cells = <0>;
        };
 
        prm_wkup: prm@2000 {
                compatible = "ti,am4-prm-inst", "ti,omap-prm-inst";
                reg = <0x2000 0x100>;
                #reset-cells = <1>;
+               #power-domain-cells = <0>;
        };
 
        prm_device: prm@4000 {