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 <quic_atarakh@quicinc.com>
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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";
|
||||||
|
Reference in New Issue
Block a user