]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: Fix dm814x entries for pllss and prcm
authorTony Lindgren <tony@atomide.com>
Thu, 3 Dec 2015 19:35:41 +0000 (11:35 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 3 Dec 2015 20:02:30 +0000 (12:02 -0800)
Otherwise drivers under pllss and prcm won't probe properly.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dm814x.dtsi

index 7988b42e57640584df8f8c459f6ff6652e325ed6..5c8de1930c8bc5a8fc3c0fa19b1d619d703502f5 100644 (file)
@@ -215,7 +215,10 @@ pincntl: pinmux@800 {
 
                        prcm: prcm@180000 {
                                compatible = "ti,dm814-prcm", "simple-bus";
-                               reg = <0x180000 0x4000>;
+                               reg = <0x180000 0x2000>;
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+                               ranges = <0 0x180000 0x2000>;
 
                                prcm_clocks: clocks {
                                        #address-cells = <1>;
@@ -226,9 +229,13 @@ prcm_clockdomains: clockdomains {
                                };
                        };
 
+                       /* See TRM PLL_SUBSYS_BASE and "PLLSS Registers" */
                        pllss: pllss@1c5000 {
                                compatible = "ti,dm814-pllss", "simple-bus";
-                               reg = <0x1c5000 0x2000>;
+                               reg = <0x1c5000 0x1000>;
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+                               ranges = <0 0x1c5000 0x1000>;
 
                                pllss_clocks: clocks {
                                        #address-cells = <1>;