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

Commit 60046882 authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu
Browse files

ARM: dts: msm: Update the number of gpios for msmtellurium



As per the latest specification the number of gpios has been
modified for msmtellurium.

Change-Id: I537633b31ec5de0a28a1b4fd83b743853b2ef45c
Signed-off-by: default avatarVenkatesh Yadav Abbarapu <quicvenkat@codeaurora.org>
parent ddbf7b7b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

		/*General purpose pins*/
		gp: gp {
			qcom,num-pins = <122>;
			qcom,num-pins = <134>;
			#qcom,pin-cells = <1>;
			msm_gpio: msm_gpio {
				compatible = "qcom,msm-tlmm-gp";
@@ -27,7 +27,7 @@
				#gpio-cells = <2>;
				interrupt-controller;
				#interrupt-cells = <2>;
				num_irqs = <122>;
				num_irqs = <134>;
			};
		};