Skip to content

Commit

Permalink
dts: xiaomi-vince: 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 50f4951 commit f83237b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dts/msm8953-xiaomi-vince.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,28 @@
compatible = "xiaomi,vince-panel";
qcom,mdss_dsi_td4310_fhdplus_video_e7 {
compatible = "xiaomi,td4310-fhdplus-e7";
touchscreen-compatible = "syna,rmi4-i2c";
// touchscreen-compatible = "novatek,nt36525-i2c";
};
qcom,mdss_dsi_td4310_fhdplus_video_e7_g55 {
compatible = "xiaomi,td4310-fhdplus-e7-g55";
touchscreen-compatible = "syna,rmi4-i2c";
// touchscreen-compatible = "novatek,nt36525-i2c";
};
qcom,mdss_dsi_td4310_ebbg_fhdplus_video_e7 {
compatible = "xiaomi,td4310-ebbg-fhdplus-e7";
touchscreen-compatible = "syna,rmi4-i2c";
// touchscreen-compatible = "novatek,nt36525-i2c";
};
qcom,mdss_dsi_nt36672_tianma_fhdplus_video_e7 {
compatible = "xiaomi,nt36672-tianma-fhdplus-e7";
touchscreen-compatible = "syna,rmi4-i2c";
// touchscreen-compatible = "novatek,nt36525-i2c";
};
qcom,mdss_dsi_nt36672_csot_fhdplus_video_e7 {
compatible = "xiaomi,nt36672-csot-fhdplus-e7";
touchscreen-compatible = "syna,rmi4-i2c";
// touchscreen-compatible = "novatek,nt36525-i2c";
};
};
};

0 comments on commit f83237b

Please sign in to comment.