Files
android_kernel_samsung_sm87…/qcom/tuna-vm-qrd.dtsi
Rui Chen d6e45df54a 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>
2025-01-16 00:03:12 -08:00

30 lines
656 B
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&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>;
};
};