ARM: dts: msm: add trusted touch properties for tuna qrd
Add trusted touch properties for tuna qrd platforms. Change-Id: I79fdebd3543b381bb8174a39b402b6faacd04816 Signed-off-by: Rui Chen <quic_ruc@quicinc.com>
This commit is contained in:
@@ -1,7 +1,29 @@
|
|||||||
// 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 {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&qupv3_se4_spi {
|
||||||
|
status = "ok";
|
||||||
|
qcom,touch-active = "st,fts";
|
||||||
|
|
||||||
|
st_fts@0 {
|
||||||
|
compatible = "st,fts";
|
||||||
|
reg = <0x0>;
|
||||||
|
|
||||||
|
st,touch-type = "primary";
|
||||||
|
st,qts_en;
|
||||||
|
qts,trusted-touch-mode = "vm_mode";
|
||||||
|
qts,touch-environment = "pvm";
|
||||||
|
qts,trusted-touch-type = "primary";
|
||||||
|
qts,trusted-touch-spi-irq = <658>;
|
||||||
|
qts,trusted-touch-io-bases = <0xa90000>;
|
||||||
|
qts,trusted-touch-io-sizes = <0x1000>;
|
||||||
|
qts,trusted-touch-vm-gpio-list = <&tlmm 16 0 &tlmm 17 0 &tlmm 18 0
|
||||||
|
&tlmm 19 0 &tlmm 189 0 &tlmm 176 0x2008>;
|
||||||
|
|
||||||
|
};
|
||||||
|
};
|
||||||
|
Reference in New Issue
Block a user