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

Commit 5b98335e authored by Lipsa Rout's avatar Lipsa Rout
Browse files

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

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

Change-Id: I5c45f01b28d827b6f291593cb10a761ec941a0af
parent 8b09b75c
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -397,4 +397,25 @@
		panel = <&dsi_sharp_qsync_fhd_video
			&dsi_sharp_qsync_fhd_cmd>;
	};

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

		vdd-supply = <&L6A>;

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