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

Commit 8943769f authored by Fei Mao's avatar Fei Mao
Browse files

ARM: dts: msm: Add nt36525 touch node for Scuba qrd

This change adds nt36525 touch node on Scuba QRD device.

Change-Id: Id0fb551200a9e5e62bff5f7178e9ef8d3e0fc287
parent 4d911995
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -146,3 +146,26 @@
&sde_dsi {
	qcom,dsi-default-panel = <&dsi_nt36525_truly_video>;
};

&qupv3_se2_i2c {
	status = "ok";
	qcom,i2c-touch-active = "novatek,NVT-ts";

	novatek@62 {
		compatible = "novatek,NVT-ts";
		reg = <0x62>;

		interrupt-parent = <&tlmm>;
		interrupts = <80 0x2008>;
		pinctrl-names = "pmx_ts_active","pmx_ts_suspend",
			"pmx_ts_release";
		pinctrl-0 = <&ts_int_active &ts_reset_active>;
		pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;
		pinctrl-2 = <&ts_release>;

		novatek,reset-gpio = <&tlmm 71 0x00>;
		novatek,irq-gpio = <&tlmm 80 0x2008>;

		panel = <&dsi_nt36525_truly_video>;
	};
};