Skip to content

Commit

Permalink
dts: xiaomi-daisy: Use touchscreen selection
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
2 people authored and M0Rf30 committed Dec 11, 2023
1 parent f347d1e commit 3e0b4f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dts/msm8953-xiaomi-daisy.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};

Expand Down

0 comments on commit 3e0b4f1

Please sign in to comment.