Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a39a9f7b authored by Rohit Vaswani's avatar Rohit Vaswani Committed by David Brown
Browse files

ARM: msm: dts: Fix the gpio register address for msm8960



Fix the the gpio reg address for the device tree entry.

Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
Signed-off-by: default avatarDavid Brown <davidb@codeaurora.org>
parent ad81f054
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -26,7 +26,7 @@
		cpu-offset = <0x80000>;
		cpu-offset = <0x80000>;
	};
	};


	msmgpio: gpio@fd510000 {
	msmgpio: gpio@800000 {
		compatible = "qcom,msm-gpio";
		compatible = "qcom,msm-gpio";
		gpio-controller;
		gpio-controller;
		#gpio-cells = <2>;
		#gpio-cells = <2>;
@@ -34,7 +34,7 @@
		interrupts = <0 32 0x4>;
		interrupts = <0 32 0x4>;
		interrupt-controller;
		interrupt-controller;
		#interrupt-cells = <2>;
		#interrupt-cells = <2>;
		reg = <0xfd510000 0x4000>;
		reg = <0x800000 0x4000>;
	};
	};


	serial@16440000 {
	serial@16440000 {