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

Commit 67db34b9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Change mpm gpio interrupt controller parent for msm8937"

parents 7034b978 90be1853
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		interrupt-parent = <&wakegpio>;
		#interrupt-cells = <2>;

		pmx-uartconsole {
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@
	wakegpio: wake-gpio {
		compatible = "qcom,mpm-gpio-msm8937", "qcom,mpm-gpio";
		interrupt-controller;
		interrupt-parent = <&tlmm>;
		interrupt-parent = <&intc>;
		#interrupt-cells = <2>;
	};