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

Commit 53ba4782 authored by Shantanu Jain's avatar Shantanu Jain
Browse files

ARM: dts: msm: update touch pinctrl settings for APQ8909W V2 device



Update pinctrl settings for Synaptics touch for APQ8909W V2 device.

Change-Id: Ic25f644224ed772572eaeb0fc603fa0685598445
Signed-off-by: default avatarShantanu Jain <shjain@codeaurora.org>
parent 2a500b41
Loading
Loading
Loading
Loading
+51 −0
Original line number Diff line number Diff line
@@ -168,3 +168,54 @@
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
};

/* Pinctrl dt nodes for interrupt and reset gpio for Synaptics controller */
&ts_int_active {
	mux {
		pins = "gpio98";
	};

	config {
		pins = "gpio98";
	};
};

&ts_int_suspend {
	mux {
		pins = "gpio98";
	};

	config {
		pins = "gpio98";
	};
};

&ts_reset_active {
	mux {
		pins = "gpio16";
	};

	config {
		pins = "gpio16";
	};
};

&ts_reset_suspend {
	mux {
		pins = "gpio16";
	};

	config {
		pins = "gpio16";
	};
};

&ts_release {
	mux {
		pins = "gpio98", "gpio16";
	};

	config {
		pins = "gpio98", "gpio16";
	};
};