]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: msm: dts: Fix the gpio register address for msm8960
authorRohit Vaswani <rvaswani@codeaurora.org>
Wed, 19 Jun 2013 01:53:31 +0000 (18:53 -0700)
committerDavid Brown <davidb@codeaurora.org>
Thu, 18 Jul 2013 19:56:10 +0000 (12:56 -0700)
Fix the the gpio reg address for the device tree entry.

Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/boot/dts/msm8960-cdp.dts

index db2060c465404d81faab3cd8d2c8427588c1354f..9c1167b0459b6b3e4afd9f2a7e60f1f2f8584e1a 100644 (file)
@@ -26,7 +26,7 @@
                cpu-offset = <0x80000>;
        };
 
-       msmgpio: gpio@fd510000 {
+       msmgpio: gpio@800000 {
                compatible = "qcom,msm-gpio";
                gpio-controller;
                #gpio-cells = <2>;
@@ -34,7 +34,7 @@
                interrupts = <0 32 0x4>;
                interrupt-controller;
                #interrupt-cells = <2>;
-               reg = <0xfd510000 0x4000>;
+               reg = <0x800000 0x4000>;
        };
 
        serial@16440000 {