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

Commit 8f6bedaa 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: Disable Touch Screen for apq8009-wcd9326"

parents 2c8b10f3 8a08ce71
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