From 3e0b4f11ba56656ae0d86b557461bf343a6b6944 Mon Sep 17 00:00:00 2001 From: Nils Tonnaett Date: Sat, 26 Aug 2023 13:27:15 -0700 Subject: [PATCH] dts: xiaomi-daisy: Use touchscreen selection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the touchscreen-compatible support to associate the Goodix GT917D touchscreen with panels Ilitek ili7807-fhdplus, and Tianma otm1911-fhdplus and Focaltech ft5406 with panel Himax hx8399c-fhdplus. Co-authored-by: Niklas Henrik Tonnätt --- dts/msm8953-xiaomi-daisy.dts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dts/msm8953-xiaomi-daisy.dts b/dts/msm8953-xiaomi-daisy.dts index ecad476a3..fb2ae4ee1 100644 --- a/dts/msm8953-xiaomi-daisy.dts +++ b/dts/msm8953-xiaomi-daisy.dts @@ -17,12 +17,15 @@ compatible = "xiaomi,daisy-panel"; qcom,mdss_dsi_ili7807_fhdplus_video { compatible = "mdss,ili7807-fhdplus"; + touchscreen-compatible = "goodix,gt917d"; }; qcom,mdss_dsi_hx8399c_fhdplus_video { compatible = "himax,hx8399c-fhdplus"; + touchscreen-compatible = "edt,edt-ft5406"; }; qcom,mdss_dsi_otm1911_fhdplus_video { compatible = "mdss,otm1911-fhdplus"; + touchscreen-compatible = "goodix,gt917d"; }; };