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

Commit 11418bd5 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: add pinctrl configuration for Touchscreen GPIOs on MSMFALCON"

parents 2137d589 ca21aee1
Loading
Loading
Loading
Loading
+41 −0
Original line number Diff line number Diff line
@@ -924,5 +924,46 @@
				};
			};
		};

		ts_mux {
			ts_active: ts_active {
				mux {
					pins = "gpio66", "gpio67";
					function = "gpio";
				};

				config {
					pins = "gpio66", "gpio67";
					drive-strength = <16>;
					bias-pull-up;
				};
			};

			ts_reset_suspend: ts_reset_suspend {
				mux {
					pins = "gpio66";
					function = "gpio";
				};

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

			ts_int_suspend: ts_int_suspend {
				mux {
					pins = "gpio67";
					function = "gpio";
				};

				config {
					pins = "gpio67";
					drive-strength = <2>;
					bias-disable;
				};
			};
		};
	};
};