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

Commit ce0d91a7 authored by Baochu Xu's avatar Baochu Xu
Browse files

ARM: dts: msm: modify touch panel for SDW2500



Modify Synatipcs S1222 touch panel to change reset pin for
MSM8909W SDW2500 devices.

Change-Id: I351578c7370b394367f0f5795af77a690e9d9714
Signed-off-by: default avatarBaochu Xu <bxu@codeaurora.org>
parent b99d7a76
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
};

&soc {
	i2c@78b9000 { /* BLSP1 QUP5 */
	i2c@78b7000 { /* BLSP1 QUP3 */
		synaptics@20 {
			compatible = "synaptics,dsx-i2c";
			reg = <0x20>;
@@ -109,15 +109,15 @@
	status = "disabled";
};

&i2c_3 {
&i2c_4 {
	status = "disabled";
};

&i2c_4 {
&i2c_2 {
	status = "disabled";
};

&i2c_2 {
&i2c_5 {
	status = "disabled";
};

@@ -154,11 +154,11 @@

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

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