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

Commit 8a08ce71 authored by Madhukar Sandi's avatar Madhukar Sandi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Disable Touch Screen for apq8009-wcd9326



Disable touchscreen for apq8009-wcd9326 refboard and
apq8009-wcd9326, as there are no use cases needing
Touch support.

Change-Id: I8f1d3b29a27b9ed40e67c8e9c2793e01d1830217
Signed-off-by: default avatarMadhukar Sandi <msandi@codeaurora.org>
parent 3f91f859
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -51,5 +51,14 @@
			qcom,cdc-reset-gpio = <&msm_gpio 27 0>;
		};
	};

	i2c@78b9000 {
		synaptics@20 {
			status = "disabled";
		};

		atmel_mxt_ts@4a {
			status = "disabled";
		};
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -55,6 +55,12 @@
			qcom,cdc-reset-gpio = <&msm_gpio 27 0>;
		};
	};

	i2c@78b9000 {
		synaptics@20 {
			status = "disabled";
		};
	};
};

&i2c_4 {
+10 −0
Original line number Diff line number Diff line
@@ -51,5 +51,15 @@
			qcom,cdc-reset-gpio = <&msm_gpio 27 0>;
		};
	};

	i2c@78b9000 {
		synaptics@20 {
			status = "disabled";
		};

		atmel_mxt_ts@4a {
			status = "disabled";
		};
	};
};
+10 −1
Original line number Diff line number Diff line
@@ -50,5 +50,14 @@
			qcom,cdc-reset-gpio = <&msm_gpio 27 0>;
		};
	};

	i2c@78b9000 {
		synaptics@20 {
			status = "disabled";
		};

		atmel_mxt_ts@4a {
			status = "disabled";
		};
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -55,6 +55,12 @@
			qcom,cdc-reset-gpio = <&msm_gpio 27 0>;
		};
	};

	i2c@78b9000 {
		synaptics@20 {
			status = "disabled";
		};
	};
};

&i2c_4 {
Loading