]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: dm816x: add bus functionality to base PRCM node
authorTero Kristo <t-kristo@ti.com>
Thu, 7 Dec 2017 08:46:46 +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/dm816x.dtsi

index 12edb8f976b7ce5ee4c8fe58888de97e8aaed7b3..1edc2b48b254694f91159911b3ab7cff3016eadb 100644 (file)
@@ -67,8 +67,11 @@ ocp {
                ranges;
 
                prcm: prcm@48180000 {
-                       compatible = "ti,dm816-prcm";
+                       compatible = "ti,dm816-prcm", "simple-bus";
                        reg = <0x48180000 0x4000>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       ranges = <0 0x48180000 0x4000>;
 
                        prcm_clocks: clocks {
                                #address-cells = <1>;