Files
android_kernel_samsung_sm87…/qcom/tuna-vm-mtp.dtsi
Anand Tarakh 203b7b8def ARM: dts: msm: add trusted touch properties for tuna
Add trusted touch properties for tuna on CDP, MTP,
and RCM platforms.

Change-Id: I4bee57441d3b6298a0e471be00a7ab8baa132435
Signed-off-by: Anand Tarakh <quic_atarakh@quicinc.com>
2024-11-27 10:48:45 +05:30

30 lines
674 B
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&soc {
};
&qupv3_se4_i2c {
status = "ok";
qcom,touch-active = "st,fts";
st_fts@49 {
compatible = "st,fts";
reg = <0x49>;
st,irq-flags = <8>;
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>;
};
};