ARM: dts: msm: enable secure touch on ravelin SVM

This change enables secure touch on ravelin idp SVM.

Change-Id: I445a04e786539081e58873d1c7942ddec66aaa6d
This commit is contained in:
Ritesh Kumar
2022-12-15 12:39:06 +05:30
committed by Gerrit - the friendly Code Review server
parent 6b1f433a85
commit fbe7460efa

View File

@@ -1,2 +1,22 @@
&soc {
};
&qupv3_se1_i2c {
status = "ok";
focaltech@38 {
compatible = "focaltech,fts_ts";
reg = <0x38>;
focaltech,display-coords = <0 0 1080 2408>;
focaltech,max-touch-number = <5>;
focaltech,ic-type = <0x8726081C>;
focaltech,trusted-touch-mode = "vm_mode";
focaltech,touch-environment = "tvm";
focaltech,trusted-touch-type = "primary";
focaltech,trusted-touch-spi-irq = <566>;
focaltech,trusted-touch-io-bases = <0x984000 0x910000>;
focaltech,trusted-touch-io-sizes = <0x1000 0x4000>;
focaltech,trusted-touch-vm-gpio-list = <&tlmm 10 0 &tlmm 11 0
&tlmm 12 0 &tlmm 13 0x2008>;
};
};