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

Commit f8a2daff authored by Kaushal Kumar's avatar Kaushal Kumar
Browse files

ARM: dts: msm: Fix the msm8916 pinctrl gpio chip



Fix the gpio-cells and interrupt-cells fields as per
the DT bindings.

Change-Id: I8650c2899edef6db7739066e0df242951a6b52a6
Signed-off-by: default avatarKaushal Kumar <kaushalk@codeaurora.org>
parent becf7751
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,9 +24,9 @@
			msm_gpio: msm_gpio {
				compatible = "qcom,msm-tlmmv4-gp-intc";
				gpio-controller;
				gpio-cells = <2>;
				#gpio-cells = <2>;
				interrupt-controller;
				interrupt-cells = <2>;
				#interrupt-cells = <2>;
				num_irqs = <122>;
			};
		};