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

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

ARM: dts: msm: Add r66451 144fps panel touch support on lito

This change adds touch support for r66451 dsc fhd plus 144 fps
command mode panel on lito.

Change-Id: I4ce8c0ba09a69ca5fe8fee9ce1508e7f2b2d90f8
parent 80ef906e
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -388,6 +388,27 @@
			&dsi_sharp_qsync_fhd_video &dsi_sharp_qsync_fhd_cmd>;
	};

	focaltech@38 {
		compatible = "focaltech,fts_ts";
		reg = <0x38>;
		interrupt-parent = <&tlmm>;
		interrupts = <39 0x2008>;
		focaltech,irq-gpio = <&tlmm 9 0x2008>;
		focaltech,reset-gpio = <&tlmm 8 0x00>;
		focaltech,max-touch-number = <5>;
		focaltech,display-coords = <0 0 1080 2340>;

		vdd-supply = <&pm8150_l13>;

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

		panel = <&dsi_r66451_amoled_144hz_cmd>;
	};

};

&dsi_sw43404_amoled_video {