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

Commit 65b14ffe authored by Ravikanth Tuniki's avatar Ravikanth Tuniki Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add touch support for nt36525 truly HD+ panel

Add Novatek touch support for nt36525 truly HD+ panel
on bengal target.

Change-Id: I86761038299441f34692777c914895b8e9ee0595
parent 1c02ad16
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -358,4 +358,23 @@

		panel = <&dsi_td4330_truly_v2_video &dsi_td4330_truly_v2_cmd>;
	};

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

		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>;
	};
};