From a04cc4f29b60d074ca98ca64aec1df3fbfc3ed1e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 23 Jan 2025 15:44:38 +0800 Subject: [PATCH] ARM: dts: msm: add trusted touch properties for kera qrd Add trusted touch properties for kera qrd platforms. Change-Id: I6f6c65fcaa5300850c543ebe708b00a005a0a40f Signed-off-by: Rui Chen --- qcom/kera-vm-qrd-wcn7750.dtsi | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/qcom/kera-vm-qrd-wcn7750.dtsi b/qcom/kera-vm-qrd-wcn7750.dtsi index 1510613d..805e6850 100644 --- a/qcom/kera-vm-qrd-wcn7750.dtsi +++ b/qcom/kera-vm-qrd-wcn7750.dtsi @@ -1,7 +1,30 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved. */ &soc { }; + +&qupv3_se8_spi { + status = "ok"; + goodix-berlin@0 { + compatible = "goodix,gt9916S"; + reg = <0>; + spi-max-frequency = <1000000>; + goodix,panel-max-x = <1080>; + goodix,panel-max-y = <2400>; + goodix,panel-max-w = <255>; + goodix,panel-max-p = <4096>; + goodix,touch-type = "primary"; + goodix,qts_en; + qts,trusted-touch-mode = "vm_mode"; + qts,touch-environment = "tvm"; + qts,trusted-touch-type = "primary"; + qts,trusted-touch-spi-irq = <653>; + qts,trusted-touch-io-bases = <0x880000>; + qts,trusted-touch-io-sizes = <0x1000>; + qts,trusted-touch-vm-gpio-list = <&tlmm 0 0 &tlmm 1 0 &tlmm 2 0 + &tlmm 3 0 &tlmm 16 0 &tlmm 13 0x2008>; + }; +};