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 <quic_atarakh@quicinc.com>
This commit is contained in:
Anand Tarakh
2025-03-24 12:10:56 +05:30
parent 24dfd1761e
commit 129deb7f1f
4 changed files with 12 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // 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 { &soc {
@@ -13,7 +13,9 @@
st_fts@49 { st_fts@49 {
compatible = "st,fts"; compatible = "st,fts";
reg = <0x49>; reg = <0x49>;
st,irq-gpio = <&tlmm 176 0x2008>;
st,irq-flags = <8>; st,irq-flags = <8>;
st,reset-gpio = <&tlmm 189 0x00>;
st,touch-type = "primary"; st,touch-type = "primary";
st,qts_en; st,qts_en;

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // 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 { &soc {
@@ -13,7 +13,9 @@
st_fts@49 { st_fts@49 {
compatible = "st,fts"; compatible = "st,fts";
reg = <0x49>; reg = <0x49>;
st,irq-gpio = <&tlmm 176 0x2008>;
st,irq-flags = <8>; st,irq-flags = <8>;
st,reset-gpio = <&tlmm 189 0x00>;
st,touch-type = "primary"; st,touch-type = "primary";
st,qts_en; st,qts_en;

View File

@@ -13,6 +13,9 @@
st_fts@0 { st_fts@0 {
compatible = "st,fts"; compatible = "st,fts";
reg = <0x0>; reg = <0x0>;
st,irq-gpio = <&tlmm 176 0x2008>;
st,irq-flags = <8>;
st,reset-gpio = <&tlmm 189 0x00>;
st,touch-type = "primary"; st,touch-type = "primary";
st,qts_en; st,qts_en;

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // 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 { &soc {
@@ -13,7 +13,9 @@
st_fts@49 { st_fts@49 {
compatible = "st,fts"; compatible = "st,fts";
reg = <0x49>; reg = <0x49>;
st,irq-gpio = <&tlmm 176 0x2008>;
st,irq-flags = <8>; st,irq-flags = <8>;
st,reset-gpio = <&tlmm 189 0x00>;
st,touch-type = "primary"; st,touch-type = "primary";
st,qts_en; st,qts_en;