Merge "ARM: dts: msm: Add touch reset and interrupt gpio in tuna-vm platforms"

This commit is contained in:
QCTECMDR Service
2025-03-26 04:38:08 -07:00
committed by Gerrit - the friendly Code Review server
4 changed files with 12 additions and 3 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;