ARM: dts: am33xx: add bus functionality to base PRCM node
authorTero Kristo <t-kristo@ti.com>
Thu, 7 Dec 2017 08:46:44 +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/am33xx.dtsi

index a0eb5370c668aa05d2fec2253655e6db5e0fa9c2..bd10ba720ccd52dd23c92d620ea2f6a9bc7ac3aa 100644 (file)
                        };
 
                        prcm: prcm@200000 {
-                               compatible = "ti,am3-prcm";
+                               compatible = "ti,am3-prcm", "simple-bus";
                                reg = <0x200000 0x4000>;
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+                               ranges = <0 0x200000 0x4000>;
 
                                prcm_clocks: clocks {
                                        #address-cells = <1>;