ARM: dts: msm: add touch node for sun qrd

Add touch node for sun qrd.

Change-Id: I0a5b59232d76e5e84ecbaefe8c290df85546b530
Signed-off-by: Rui Chen <quic_ruc@quicinc.com>
This commit is contained in:
Rui Chen
2023-11-15 11:04:02 +08:00
committed by Rohith Iyer
parent ab98ba3855
commit cc0d636fb9

View File

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