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

Commit 103921ad authored by Fei Mao's avatar Fei Mao Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add a default touch panel

Add a default touch panel, and select it when no UEFI display.

Change-Id: I7478e0a4a5e41958c14847fba949504ee886902e
parent 17cbdc13
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -162,7 +162,9 @@
&qupv3_se13_i2c {
	#address-cells = <1>;
	#size-cells = <0>;

	status = "ok";
	qcom,i2c-touch-active = "st,fts";

	st_fts@49 {
		compatible = "st,fts";
+1 −0
Original line number Diff line number Diff line
@@ -154,6 +154,7 @@
	#size-cells = <0>;

	status = "ok";
	qcom,i2c-touch-active = "st,fts";

	st_fts@49 {
		compatible = "st,fts";
+1 −0
Original line number Diff line number Diff line
@@ -140,6 +140,7 @@
	#size-cells = <0>;

	status = "ok";
	qcom,i2c-touch-active = "st,fts";

	st_fts@49 {
		compatible = "st,fts";
+2 −0
Original line number Diff line number Diff line
@@ -149,7 +149,9 @@
&qupv3_se7_i2c {
	#address-cells = <1>;
	#size-cells = <0>;

	status = "ok";
	qcom,i2c-touch-active = "st,fts";

	st_fts@49 {
		compatible = "st,fts";
+2 −0
Original line number Diff line number Diff line
@@ -331,7 +331,9 @@
&qupv3_se7_i2c {
	#address-cells = <1>;
	#size-cells = <0>;

	status = "ok";
	qcom,i2c-touch-active = "st,fts";

	st_fts@49 {
		compatible = "st,fts";
Loading