From 8525c9d775b844a496b350cc29c710b0a2f7a5d8 Mon Sep 17 00:00:00 2001 From: Bikki Srinivasa Rao Date: Tue, 11 Jun 2024 15:32:04 +0530 Subject: [PATCH] ARM: dts: msm: Enable goodix_ts touch for qrd device Add compatible string for qrd goodix_ts parrot. Change-Id: Ibc8d62f34c386bf9480c82661906a9c5b32b7f67 Signed-off-by: Syed Ahmed Signed-off-by: Bikki Srinivasa Rao --- qcom/parrot-qrd.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qcom/parrot-qrd.dtsi b/qcom/parrot-qrd.dtsi index 73866070..657bb210 100644 --- a/qcom/parrot-qrd.dtsi +++ b/qcom/parrot-qrd.dtsi @@ -125,8 +125,10 @@ #size-cells = <0>; status = "ok"; qcom,touch-active = "goodix,gt9916S"; + qcom,la-vm; goodix-berlin@0 { + compatible = "goodix,gt9916S"; reg = <0>; spi-max-frequency = <1000000>; @@ -150,6 +152,8 @@ pinctrl-1 = <&ts_spi_int_suspend &ts_spi_reset_suspend>; pinctrl-2 = <&ts_spi_release>; + goodix,touch-type = "primary"; + goodix,qts_en; qcom,touch-environment = "pvm"; }; };