Merge "ARM: dts: msm: Add touch reset and interrupt gpio in sun-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 4 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // 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 { &soc {
}; };
@@ -12,7 +12,9 @@
st_fts@49 { st_fts@49 {
compatible = "st,fts"; compatible = "st,fts";
reg = <0x49>; reg = <0x49>;
st,irq-gpio = <&tlmm 162 0x2008>;
st,irq-flags = <8>; st,irq-flags = <8>;
st,reset-gpio = <&tlmm 161 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 {
}; };
@@ -12,7 +12,9 @@
st_fts@49 { st_fts@49 {
compatible = "st,fts"; compatible = "st,fts";
reg = <0x49>; reg = <0x49>;
st,irq-gpio = <&tlmm 162 0x2008>;
st,irq-flags = <8>; st,irq-flags = <8>;
st,reset-gpio = <&tlmm 161 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 {
}; };
@@ -12,7 +12,9 @@
st_fts@49 { st_fts@49 {
compatible = "st,fts"; compatible = "st,fts";
reg = <0x49>; reg = <0x49>;
st,irq-gpio = <&tlmm 162 0x2008>;
st,irq-flags = <8>; st,irq-flags = <8>;
st,reset-gpio = <&tlmm 161 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@0 { st_fts@0 {
compatible = "st,fts"; compatible = "st,fts";
reg = <0x0>; reg = <0x0>;
st,irq-gpio = <&tlmm 162 0x2008>;
st,irq-flags = <8>; st,irq-flags = <8>;
st,reset-gpio = <&tlmm 161 0x00>;
spi-max-frequency = <1000000>; spi-max-frequency = <1000000>;
st,touch-type = "primary"; st,touch-type = "primary";