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

Commit 8d93cd54 authored by Prashant Beniwal's avatar Prashant Beniwal Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add touch support on tron target

This change adds touch support for NT36672E FHD
video mode panel on tron LCD CDP platform.

Change-Id: I117e447e5be3d23449735602cb677c209a4a45ba
parent 97af6268
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -202,6 +202,26 @@

		panel = <&dsi_r66451_amoled_144hz_cmd>;
	};

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

		interrupt-parent = <&tlmm>;
		interrupts = <39 0x2008>;

		pinctrl-names = "pmx_ts_active", "pmx_ts_suspend",
				"pmx_ts_release";
		pinctrl-0 = <&ts_active>;
		pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;
		pinctrl-2 = <&pmx_ts_release>;

		novatek,reset-gpio = <&tlmm 38 0x00>;
		novatek,irq-gpio = <&tlmm 39 0x2008>;

		panel = <&dsi_nt36672e_fhd_plus_60_video>;

	};
};

&vendor {