Files
android_kernel_samsung_sm87…/qcom/parrot-vm-qrd.dtsi
Niranjan Reddy Dumbala 9501f4d3e7 Revert "ARM: dts: msm: Update touch tlmm for parrot vm"
This reverts commit 88312a73da.

Reason for revert: release branch

Change-Id: I305197f73c9cc7740760e800a02d6343896ed8ce
Signed-off-by: Niranjan Reddy Dumbala <quic_dnreddy@quicinc.com>
2024-10-26 05:26:10 -07:00

30 lines
787 B
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&soc {
};
&qupv3_se9_spi {
status = "ok";
goodix-berlin@0 {
compatible = "goodix,gt9916S";
reg = <0>;
spi-max-frequency = <1000000>;
goodix,panel-max-x = <1080>;
goodix,panel-max-y = <2400>;
goodix,panel-max-w = <255>;
goodix,panel-max-p = <4096>;
goodix,touch-type = "primary";
goodix,qts_en;
qts,trusted-touch-mode = "vm_mode";
qts,touch-environment = "tvm";
qts,trusted-touch-type = "primary";
qts,trusted-touch-spi-irq = <595>;
qts,trusted-touch-io-bases = <0xa8c000>;
qts,trusted-touch-io-sizes = <0x1000>;
qts,trusted-touch-vm-gpio-list = <&tlmm 10 0 &tlmm 11 0 &tlmm 12 0 &tlmm 13 0 &tlmm 64 0 &tlmm 65 0x2008>;
};
};