Merge "ARM: dts: msm: enable trusted touch on sun mtp v8"

This commit is contained in:
qctecmdr
2024-02-15 17:27:56 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -4,3 +4,24 @@
*/ */
&soc { &soc {
}; };
&qupv3_se4_i2c {
status = "ok";
qcom,touch-active = "st,fts";
st_fts@49 {
compatible = "st,fts";
reg = <0x49>;
st,touch-type = "primary";
st,qts_en;
qts,trusted-touch-mode = "vm_mode";
qts,touch-environment = "pvm";
qts,trusted-touch-type = "primary";
qts,trusted-touch-spi-irq = <652>;
qts,trusted-touch-io-bases = <0xa90000>;
qts,trusted-touch-io-sizes = <0x1000>;
qts,trusted-touch-vm-gpio-list = <&tlmm 48 0 &tlmm 49 0 &tlmm 50 0
&tlmm 51 0 &tlmm 161 0 &tlmm 162 0x2008>;
};
};