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

Commit fd6b6c1e 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: add touch support for 8909w SWOC V4"

parents c518b376 e022d08a
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -24,3 +24,15 @@
	qcom,board-id= <8 0xd>; /* SWOC P4 1GB with Circular display */
				/* NO WGR */
};

&soc {
	i2c@78b9000 { /* BLSP1 QUP5 */
		it7260@46 {
			reg = <0x46>;
			ite,panel-coords = <0 0 400 400>;
			ite,display-coords = <0 0 400 400>;
			ite,fw-name = "it7262_fw_050F0302.bin";
			ite,cfg-name = "it7262_cfg_6602780D.bin";
		};
	};
};
+12 −0
Original line number Diff line number Diff line
@@ -23,3 +23,15 @@
		      <301 0>;
	qcom,board-id= <8 0xc>; /* SWOC P4 1GB with Circular display */
};

&soc {
	i2c@78b9000 { /* BLSP1 QUP5 */
		it7260@46 {
			reg = <0x46>;
			ite,panel-coords = <0 0 400 400>;
			ite,display-coords = <0 0 400 400>;
			ite,fw-name = "it7262_fw_050F0302.bin";
			ite,cfg-name = "it7262_cfg_6602780D.bin";
		};
	};
};
+12 −0
Original line number Diff line number Diff line
@@ -24,3 +24,15 @@
	qcom,board-id= <8 0x10d>; /* SWOC P4 with Circular display */
				  /* NO WGR */
};

&soc {
	i2c@78b9000 { /* BLSP1 QUP5 */
		it7260@46 {
			reg = <0x46>;
			ite,panel-coords = <0 0 400 400>;
			ite,display-coords = <0 0 400 400>;
			ite,fw-name = "it7262_fw_050F0302.bin";
			ite,cfg-name = "it7262_cfg_6602780D.bin";
		};
	};
};
+12 −0
Original line number Diff line number Diff line
@@ -23,3 +23,15 @@
		      <301 0>;
	qcom,board-id= <8 0x10c>; /* SWOC P4 with Circular display */
};

&soc {
	i2c@78b9000 { /* BLSP1 QUP5 */
		it7260@46 {
			reg = <0x46>;
			ite,panel-coords = <0 0 400 400>;
			ite,display-coords = <0 0 400 400>;
			ite,fw-name = "it7262_fw_050F0302.bin";
			ite,cfg-name = "it7262_cfg_6602780D.bin";
		};
	};
};
+12 −0
Original line number Diff line number Diff line
@@ -25,3 +25,15 @@
			<300 0>;
	qcom,board-id = <8 0xc>; /* SWOC P4 1GB with Circular display */
};

&soc {
	i2c@78b9000 { /* BLSP1 QUP5 */
		it7260@46 {
			reg = <0x46>;
			ite,panel-coords = <0 0 400 400>;
			ite,display-coords = <0 0 400 400>;
			ite,fw-name = "it7262_fw_050F0302.bin";
			ite,cfg-name = "it7262_cfg_6602780D.bin";
		};
	};
};
Loading