ARM: dts: msm: Enable SVM trusted touch on diwali idp

This change enables SVM novatek i2c trusted touch on diwali idp.

Change-Id: I47cfcd2d97a17ea553371a37dd15c44a2af1ab60
This commit is contained in:
Ritesh Kumar
2021-12-03 13:31:31 +05:30
parent 6fc4ef7651
commit c6feb2717e

View File

@@ -1,2 +1,17 @@
&soc {
};
&qupv3_se0_i2c {
status = "ok";
novatek@62 {
compatible = "novatek,NVT-ts";
reg = <0x62>;
novatek,trusted-touch-mode = "vm_mode";
novatek,touch-environment = "tvm";
novatek,trusted-touch-spi-irq = <566>;
novatek,trusted-touch-io-bases = <0x980000 0x910000>;
novatek,trusted-touch-io-sizes = <0x1000 0x4000>;
novatek,trusted-touch-vm-gpio-list = <&tlmm 0 0 &tlmm 1 0 &tlmm 2 0
&tlmm 3 0 &tlmm 17 0 &tlmm 51 0x2008>;
};
};