From 129deb7f1fe8ead72bebf55a4a727162cc4f8536 Mon Sep 17 00:00:00 2001 From: Anand Tarakh Date: Mon, 24 Mar 2025 12:10:56 +0530 Subject: [PATCH] ARM: dts: msm: Add touch reset and interrupt gpio in tuna-vm platforms Add touch reset and interrupt gpio in tuna-vm QRD, MTP, RCM and CDP platform. Change-Id: I0e87a8d72a32b1c2fd4599b6cde04df1ecd0f854 Signed-off-by: Anand Tarakh --- qcom/tuna-vm-cdp.dtsi | 4 +++- qcom/tuna-vm-mtp.dtsi | 4 +++- qcom/tuna-vm-qrd.dtsi | 3 +++ qcom/tuna-vm-rcm.dtsi | 4 +++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/qcom/tuna-vm-cdp.dtsi b/qcom/tuna-vm-cdp.dtsi index 2c79ca42..a9110508 100644 --- a/qcom/tuna-vm-cdp.dtsi +++ b/qcom/tuna-vm-cdp.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@49 { compatible = "st,fts"; reg = <0x49>; + st,irq-gpio = <&tlmm 176 0x2008>; st,irq-flags = <8>; + st,reset-gpio = <&tlmm 189 0x00>; st,touch-type = "primary"; st,qts_en; diff --git a/qcom/tuna-vm-mtp.dtsi b/qcom/tuna-vm-mtp.dtsi index 2c79ca42..a9110508 100644 --- a/qcom/tuna-vm-mtp.dtsi +++ b/qcom/tuna-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 { @@ -13,7 +13,9 @@ st_fts@49 { compatible = "st,fts"; reg = <0x49>; + st,irq-gpio = <&tlmm 176 0x2008>; st,irq-flags = <8>; + st,reset-gpio = <&tlmm 189 0x00>; st,touch-type = "primary"; st,qts_en; diff --git a/qcom/tuna-vm-qrd.dtsi b/qcom/tuna-vm-qrd.dtsi index 409ab94f..e3efe829 100644 --- a/qcom/tuna-vm-qrd.dtsi +++ b/qcom/tuna-vm-qrd.dtsi @@ -13,6 +13,9 @@ st_fts@0 { compatible = "st,fts"; reg = <0x0>; + st,irq-gpio = <&tlmm 176 0x2008>; + st,irq-flags = <8>; + st,reset-gpio = <&tlmm 189 0x00>; st,touch-type = "primary"; st,qts_en; diff --git a/qcom/tuna-vm-rcm.dtsi b/qcom/tuna-vm-rcm.dtsi index 2c79ca42..a9110508 100644 --- a/qcom/tuna-vm-rcm.dtsi +++ b/qcom/tuna-vm-rcm.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@49 { compatible = "st,fts"; reg = <0x49>; + st,irq-gpio = <&tlmm 176 0x2008>; st,irq-flags = <8>; + st,reset-gpio = <&tlmm 189 0x00>; st,touch-type = "primary"; st,qts_en;