]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: msm: Fix bad register addresses
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 21 May 2013 00:50:37 +0000 (17:50 -0700)
committerDavid Brown <davidb@codeaurora.org>
Fri, 31 May 2013 15:46:29 +0000 (08:46 -0700)
Some bad copy/paste got in as well as too many zeroes. Fix
everything up so that the registers after the @ sign are
consistent with the first reg property.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/boot/dts/msm8660-surf.dts
arch/arm/boot/dts/msm8960-cdp.dts

index 9bf49b3826eaf72dcf5cac5d56ac55e3462c9cf0..d347082d28f3a1a541297bd5c2c36b6d083adfe7 100644 (file)
@@ -15,7 +15,7 @@
                      < 0x02081000 0x1000 >;
        };
 
-       timer@2000004 {
+       timer@2000000 {
                compatible = "qcom,scss-timer", "qcom,msm-timer";
                interrupts = <1 0 0x301>,
                             <1 1 0x301>,
@@ -26,7 +26,7 @@
                cpu-offset = <0x40000>;
        };
 
-       serial@19c400000 {
+       serial@19c40000 {
                compatible = "qcom,msm-hsuart", "qcom,msm-uart";
                reg = <0x19c40000 0x1000>,
                      <0x19c00000 0x1000>;
index 2e4d87a125d6a25b9582edd5c68c1e43a349f9cf..7c9ef9b80c159afa8f2de2b6ea31d157d7c64642 100644 (file)
@@ -26,7 +26,7 @@
                cpu-offset = <0x80000>;
        };
 
-       serial@19c400000 {
+       serial@16440000 {
                compatible = "qcom,msm-hsuart", "qcom,msm-uart";
                reg = <0x16440000 0x1000>,
                      <0x16400000 0x1000>;