Skip to content

Commit

Permalink
dts: xiaomi-mido: 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 committed Jan 28, 2024
1 parent ed70adf commit 113a00e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dts/msm8953-xiaomi-common.dts
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,32 @@

qcom,mdss_dsi_ili9885_boe_fhd_video {
compatible = "xiaomi,boe-ili9885";
touchscreen-compatible = "edt,edt-ft5406";
// touchscreen-compatible = "goodix,gt917d";
};

qcom,mdss_dsi_nt35532_fhd_video {
compatible = "xiaomi,nt35532";
touchscreen-compatible = "edt,edt-ft5406";
// touchscreen-compatible = "goodix,gt917d";
};

qcom,mdss_dsi_nt35596_tianma_fhd_video {
compatible = "xiaomi,tianma-nt35596";
touchscreen-compatible = "edt,edt-ft5406";
// touchscreen-compatible = "goodix,gt917d";
};

qcom,mdss_dsi_otm1911_fhd_video {
compatible = "xiaomi,otm1911";
touchscreen-compatible = "edt,edt-ft5406";
// touchscreen-compatible = "goodix,gt917d";
};

qcom,mdss_dsi_r63350_ebbg_fhd_video {
compatible = "xiaomi,ebbg-r63350";
touchscreen-compatible = "edt,edt-ft5406";
// touchscreen-compatible = "goodix,gt917d";
};
};
};
Expand Down

0 comments on commit 113a00e

Please sign in to comment.