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

Commit 8148e596 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add touchscreen device node for QRD holi"

parents 313208bb 9b5d3887
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
#include "holi-pmic-overlay.dtsi"
#include "holi-thermal-overlay.dtsi"
#include "camera/holi-camera-sensor-qrd.dtsi"
#include "display/holi-sde-display-qrd.dtsi"

&sdhc_1 {
	status = "ok";
@@ -93,6 +94,35 @@
	};
};

&qupv3_se8_i2c {
	#address-cells = <1>;
	#size-cells = <0>;

	status = "ok";
	qcom,i2c-touch-active = "focaltech,fts_ts";

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

&wsa881x_analog_reset_gpio {
	compatible = "qcom,msm-cdc-pinctrl";
	pinctrl-names = "aud_active", "aud_sleep";