ARM: dts: am43xx: add bus functionality to base PRCM node
authorTero Kristo <t-kristo@ti.com>
Thu, 7 Dec 2017 08:46:45 +0000 (10:46 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Dec 2017 16:28:34 +0000 (08:28 -0800)
Add simple-bus compatibility and ranges properties to prcm node. This is
done in preparation of adding the support for clkctrl nodes.

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

index 549b9f4..bf4e58e 100644 (file)
                        };
 
                        prcm: prcm@1f0000 {
-                               compatible = "ti,am4-prcm";
+                               compatible = "ti,am4-prcm", "simple-bus";
                                reg = <0x1f0000 0x11000>;
                                interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+                               ranges = <0 0x1f0000 0x11000>;
 
                                prcm_clocks: clocks {
                                        #address-cells = <1>;