]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: dts: am33xx: 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 10:57:43 +0000 (12:57 +0200)
Add remaining PRM instances for the am33xx SoC. Additionally, enable the
genpd support for them.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
[tony@atomide.com: fixed a typo for #power-domain-cells]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am33xx.dtsi

index 4c229802413773ace2d1c35a5d759934cc533480..8214feae0173509ce397dad8617d8f74c28c7887 100644 (file)
                compatible = "ti,am3-prm-inst", "ti,omap-prm-inst";
                reg = <0xc00 0x100>;
                #reset-cells = <1>;
+               #power-domain-cells = <0>;
        };
 
        prm_wkup: prm@d00 {
                compatible = "ti,am3-prm-inst", "ti,omap-prm-inst";
                reg = <0xd00 0x100>;
                #reset-cells = <1>;
+               #power-domain-cells = <0>;
+       };
+
+       prm_mpu: prm@e00 {
+               compatible = "ti,am3-prm-inst", "ti,omap-prm-inst";
+               reg = <0xe00 0x100>;
+               #power-domain-cells = <0>;
        };
 
        prm_device: prm@f00 {
                #reset-cells = <1>;
        };
 
+       prm_rtc: prm@1000 {
+               compatible = "ti,am3-prm-inst", "ti,omap-prm-inst";
+               reg = <0x1000 0x100>;
+               #power-domain-cells = <0>;
+       };
+
        prm_gfx: prm@1100 {
                compatible = "ti,am3-prm-inst", "ti,omap-prm-inst";
                reg = <0x1100 0x100>;
                #power-domain-cells = <0>;
                #reset-cells = <1>;
        };
+
+       prm_cefuse: prm@1200 {
+               compatible = "ti,am3-prm-inst", "ti,omap-prm-inst";
+               reg = <0x1200 0x100>;
+               #power-domain-cells = <0>;
+       };
 };
 
 /* Preferred always-on timer for clocksource */