]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: dra7: add bus functionality to base PRCM nodes
authorTero Kristo <t-kristo@ti.com>
Thu, 7 Dec 2017 08:46:43 +0000 (10:46 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Dec 2017 16:28:33 +0000 (08:28 -0800)
Add simple-bus compatibility and ranges properties to cm1, cm2 and prm
nodes. This is done in preparation of adding the support for clkctrl
nodes.

SPLIT: timer1 fck setup

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

index c538e2f5afc826099db78b7df3023ac0434c5899..5e24cea869a527b31f517ba83fe502e023a0a2c2 100644 (file)
@@ -224,8 +224,12 @@ edma_xbar: dma-router@c78 {
                        };
 
                        cm_core_aon: cm_core_aon@5000 {
-                               compatible = "ti,dra7-cm-core-aon";
+                               compatible = "ti,dra7-cm-core-aon",
+                                             "simple-bus";
+                               #address-cells = <1>;
+                               #size-cells = <1>;
                                reg = <0x5000 0x2000>;
+                               ranges = <0 0x5000 0x2000>;
 
                                cm_core_aon_clocks: clocks {
                                        #address-cells = <1>;
@@ -237,8 +241,11 @@ cm_core_aon_clockdomains: clockdomains {
                        };
 
                        cm_core: cm_core@8000 {
-                               compatible = "ti,dra7-cm-core";
+                               compatible = "ti,dra7-cm-core", "simple-bus";
+                               #address-cells = <1>;
+                               #size-cells = <1>;
                                reg = <0x8000 0x3000>;
+                               ranges = <0 0x8000 0x3000>;
 
                                cm_core_clocks: clocks {
                                        #address-cells = <1>;
@@ -263,9 +270,12 @@ counter32k: counter@4000 {
                        };
 
                        prm: prm@6000 {
-                               compatible = "ti,dra7-prm";
+                               compatible = "ti,dra7-prm", "simple-bus";
                                reg = <0x6000 0x3000>;
                                interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+                               ranges = <0 0x6000 0x3000>;
 
                                prm_clocks: clocks {
                                        #address-cells = <1>;