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

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

ARM: dts: msm: Add touch for SDM429W spyro WDP



Add device node for touch IC for SDM429W spyro WDP devices.

Change-Id: I5037c328bfe6198be9c0e94a9c44cf6b2459d350
Signed-off-by: default avatarFei Mao <feim1@codeaurora.org>
parent b7bbb31c
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -68,3 +68,32 @@
		qcom,out-strength = <2>;
	};
};

&i2c_4 {
	status = "ok";

	tsc@24 {
		cy,core {
			cy,mt {
				cy,name = "cyttsp5_mt";

				cy,inp_dev_name = "cyttsp5_mt";
				cy,flags = <0x8>;
				cy,abs =
					<0x35 0 368 0 0
					 0x36 0 448 0 0
					 0x3a 0 255 0 0
					 0xffff 0 255 0 0
					 0x39 0 15 0 0
					 0x30 0 255 0 0
					 0x31 0 255 0 0
					 0x34 0xffffff81 127 0 0
					 0x37 0 1 0 0
					 0x3b 0 255 0 0>;

			};

		};
	};

};