From 199ebc86edc66d40ac1eaefde27a054eac813ea0 Mon Sep 17 00:00:00 2001 From: Konstantin Makariev Date: Thu, 30 Jul 2020 10:23:40 -0500 Subject: [PATCH] arm/dt: smith: add clip area property Added a property to LSI touch device tree node Change-Id: I028d658e47489332c901924e2703e8487fc4b8ec Signed-off-by: Konstantin Makariev Reviewed-on: https://gerrit.mot.com/1709985 SME-Granted: SME Approvals Granted SLTApproved: Slta Waiver Tested-by: Jira Key Reviewed-by: Igor Kovalenko Submit-Approved: Jira Key Reviewed-by: Ryan Lattrel --- qcom/lito-smith-common-overlay.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/qcom/lito-smith-common-overlay.dtsi b/qcom/lito-smith-common-overlay.dtsi index 781551ffe0..90ca4856f0 100644 --- a/qcom/lito-smith-common-overlay.dtsi +++ b/qcom/lito-smith-common-overlay.dtsi @@ -789,6 +789,7 @@ sec,irq_gpio = <&tlmm 9 0>; sec,irq_type = <0x2008>; /*IRQF_TRIGGER_LOW | IRQF_ONESHOT*/ sec,max_coords = <876 2142>; + sec,clip-area = <0 875 0 2138>; sec,usb-charger-detection; sec,regulator_dvdd = "pm8150a_l1"; sec,regulator_avdd = "pm8150_l16";