From c6feb2717ef9c7918acd52fb78c6838df4dee970 Mon Sep 17 00:00:00 2001 From: Ritesh Kumar Date: Fri, 3 Dec 2021 13:31:31 +0530 Subject: [PATCH] ARM: dts: msm: Enable SVM trusted touch on diwali idp This change enables SVM novatek i2c trusted touch on diwali idp. Change-Id: I47cfcd2d97a17ea553371a37dd15c44a2af1ab60 --- qcom/diwali-vm-idp.dtsi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/qcom/diwali-vm-idp.dtsi b/qcom/diwali-vm-idp.dtsi index 17f1e228..0a2c35ad 100644 --- a/qcom/diwali-vm-idp.dtsi +++ b/qcom/diwali-vm-idp.dtsi @@ -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>; + }; +};