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

Commit 830398b3 authored by Ritesh Kumar's avatar Ritesh Kumar
Browse files

ARM: dts: msm: Add focaltech touch support on holi cdp

This change adds focaltech touch support on holi cdp
which is needed for 120Hz video and command mode panels.

Change-Id: I03cb8927faeec77cf0af9268d3000f5b3ff75fc3
parent 3aabccef
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -232,6 +232,27 @@
		panel = <&dsi_rm69299_visionox_amoled_video
			&dsi_rm69299_visionox_amoled_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_cmd &dsi_r66451_amoled_video>;
	};
};

#include "camera/holi-camera-sensor-cdp.dtsi"