diff --git a/qcom/sun-qrd.dtsi b/qcom/sun-qrd.dtsi index d011d749..a8032f2a 100644 --- a/qcom/sun-qrd.dtsi +++ b/qcom/sun-qrd.dtsi @@ -236,3 +236,33 @@ }; }; }; + +&qupv3_se4_spi { + #address-cells = <1>; + #size-cells = <0>; + status = "ok"; + qcom,touch-active = "st,fts"; + qcom,la-vm; + + st_fts@0 { + compatible = "st,fts"; + reg = <0x0>; + spi-max-frequency = <1000000>; + + interrupt-parent = <&tlmm>; + interrupts = <162 0x2008>; + vdd-supply = <&L4B>; + avdd-supply = <&L14B>; + pinctrl-names = "pmx_ts_active", "pmx_ts_suspend"; + pinctrl-0 = <&ts_active>; + pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>; + st,irq-gpio = <&tlmm 162 0x2008>; + st,reset-gpio = <&tlmm 161 0x00>; + st,regulator_dvdd = "vdd"; + st,regulator_avdd = "avdd"; + + st,touch-type = "primary"; + + }; + +};