Skip to content

Commit

Permalink
dts: xiaomi-markw: use touchscreen-compatible
Browse files Browse the repository at this point in the history
Use touchscreen-compatible for allow override touchscreen.

Signed-off-by: Barnabás Czémán <[email protected]>
  • Loading branch information
barni2000 authored and M0Rf30 committed Feb 24, 2024
1 parent f83237b commit 68e6796
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dts/msm8953-xiaomi-markw.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@

qcom,mdss_dsi_nt35596_ebbg_1080p_video {
compatible = "mdss,nt35596-ebbg";
touchscreen-compatible = "edt,edt-ft5336";
// touchscreen-compatible = "atmel,maxtouch";
};
qcom,mdss_dsi_r63350_1080p_video {
compatible = "mdss,r63350";
touchscreen-compatible = "edt,edt-ft5336";
// touchscreen-compatible = "atmel,maxtouch";
};
};
};

0 comments on commit 68e6796

Please sign in to comment.