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

Commit 9eb9708d authored by Ravikanth Tuniki's avatar Ravikanth Tuniki Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Configure touch release pinctrl in Khaje

Configure touch release pinctrl in Khaje pinctrl.

Change-Id: I3464e8db060bf77f354f8ad6435e0ccd1989865d
parent 43ebf455
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -180,4 +180,19 @@
				};
			};
		};

		pmx_ts_release {
			ts_release: ts_release {
				mux {
					pins = "gpio80", "gpio86";
					function = "gpio";
				};

				config {
					pins = "gpio80", "gpio86";
					drive-strength = <2>;
					bias-pull-down;
				};
			};
		};
};