From 4b053c109a64298cee3182a83fbc6a71d02465cc Mon Sep 17 00:00:00 2001 From: Anand Tarakh Date: Tue, 18 Mar 2025 14:53:07 +0530 Subject: [PATCH] ARM: dts: msm: Add touch reset and interrupt gpio in sun-vm platforms Add touch reset and interrupt gpio in sun-vm QRD, MTP and CDP platforms. Change-Id: Ic209d570f168a30de6f9a29cc6df3966d249b3aa Signed-off-by: Anand Tarakh --- qcom/sun-vm-cdp.dtsi | 4 +++- qcom/sun-vm-mtp-v8.dtsi | 4 +++- qcom/sun-vm-mtp.dtsi | 4 +++- qcom/sun-vm-qrd.dtsi | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/qcom/sun-vm-cdp.dtsi b/qcom/sun-vm-cdp.dtsi index 27b65c84..a1f5d650 100644 --- a/qcom/sun-vm-cdp.dtsi +++ b/qcom/sun-vm-cdp.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2023-2025 Qualcomm Innovation Center, Inc. All rights reserved. */ &soc { }; @@ -12,7 +12,9 @@ st_fts@49 { compatible = "st,fts"; reg = <0x49>; + st,irq-gpio = <&tlmm 162 0x2008>; st,irq-flags = <8>; + st,reset-gpio = <&tlmm 161 0x00>; st,touch-type = "primary"; st,qts_en; diff --git a/qcom/sun-vm-mtp-v8.dtsi b/qcom/sun-vm-mtp-v8.dtsi index dec759d7..2f49f66b 100644 --- a/qcom/sun-vm-mtp-v8.dtsi +++ b/qcom/sun-vm-mtp-v8.dtsi @@ -1,6 +1,6 @@ // 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 { }; @@ -12,7 +12,9 @@ st_fts@49 { compatible = "st,fts"; reg = <0x49>; + st,irq-gpio = <&tlmm 162 0x2008>; st,irq-flags = <8>; + st,reset-gpio = <&tlmm 161 0x00>; st,touch-type = "primary"; st,qts_en; diff --git a/qcom/sun-vm-mtp.dtsi b/qcom/sun-vm-mtp.dtsi index dec759d7..2f49f66b 100644 --- a/qcom/sun-vm-mtp.dtsi +++ b/qcom/sun-vm-mtp.dtsi @@ -1,6 +1,6 @@ // 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 { }; @@ -12,7 +12,9 @@ st_fts@49 { compatible = "st,fts"; reg = <0x49>; + st,irq-gpio = <&tlmm 162 0x2008>; st,irq-flags = <8>; + st,reset-gpio = <&tlmm 161 0x00>; st,touch-type = "primary"; st,qts_en; diff --git a/qcom/sun-vm-qrd.dtsi b/qcom/sun-vm-qrd.dtsi index 295bd63c..3358771c 100644 --- a/qcom/sun-vm-qrd.dtsi +++ b/qcom/sun-vm-qrd.dtsi @@ -1,6 +1,6 @@ // 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 { }; @@ -13,7 +13,9 @@ st_fts@0 { compatible = "st,fts"; reg = <0x0>; + st,irq-gpio = <&tlmm 162 0x2008>; st,irq-flags = <8>; + st,reset-gpio = <&tlmm 161 0x00>; spi-max-frequency = <1000000>; st,touch-type = "primary";