From 67401d52a08959d08f15cb4cfbd41458713f692e Mon Sep 17 00:00:00 2001 From: Nils Tonnaett Date: Sat, 21 Oct 2023 14:36:53 -0700 Subject: [PATCH] dts: xiaomi-sakura: 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-common.dts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dts/msm8953-xiaomi-common.dts b/dts/msm8953-xiaomi-common.dts index c5741fb1d..d6070c6a2 100644 --- a/dts/msm8953-xiaomi-common.dts +++ b/dts/msm8953-xiaomi-common.dts @@ -41,12 +41,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"; }; }; };