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

Commit e6bc854d authored by Fei Mao's avatar Fei Mao Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: enable STM FTS touchscreen



Enable STM FTS on QRD Kona for touch screen sensor.

Change-Id: I1e9147003dbfb8eb00a4e714c52061f33a43bb3c
Signed-off-by: default avatarFei Mao <feim1@codeaurora.org>
parent b41cd857
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -85,6 +85,29 @@
	};
};

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

	status = "ok";

	st_fts@49 {
		compatible = "st,fts";
		reg = <0x49>;
		interrupt-parent = <&tlmm>;
		interrupts = <39 0x2008>;
		vdd-supply = <&pm8150a_l1>;
		avdd-supply = <&pm8150_l13>;
		pinctrl-names = "pmx_ts_active", "pmx_ts_suspend";
		pinctrl-0 = <&ts_active>;
		pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;
		st,irq-gpio = <&tlmm 39 0x2008>;
		st,reset-gpio = <&tlmm 38 0x00>;
		st,regulator_dvdd = "vdd";
		st,regulator_avdd = "avdd";
	};
};

&ufsphy_mem {
	compatible = "qcom,ufs-phy-qmp-v4";