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

Commit c05a4516 authored by Harigovindan P's avatar Harigovindan P Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add 144 fps touch support on kona target

Add 144 fps panel touch support on kona
target.

Change-Id: Ia4a4061b3eb393c83e49f4219e2915184fc86bab
parent ab8f0338
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -182,6 +182,26 @@

		panel = <&dsi_sharp_qsync_wqhd_cmd &dsi_sharp_qsync_wqhd_video>;
	};

	focaltech@38 {
		compatible = "focaltech,fts_ts";
		reg = <0x38>;
		interrupt-parent = <&tlmm>;
		interrupts = <39 0x2008>;
		focaltech,reset-gpio = <&tlmm 38 0x00>;
		focaltech,irq-gpio = <&tlmm 39 0x2008>;
		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>;
	};
};

&vendor {