Skip to content

Commit

Permalink
dts: msm8952: xiaomi-rolex: Fix panel selector
Browse files Browse the repository at this point in the history
rolex only has 3 panel variants (hx8394f, nt35521s, ili9881c).

Signed-off-by: Gabriel Gonzales <[email protected]>
  • Loading branch information
semfault committed Sep 3, 2024
1 parent 8c477cf commit df3a4ad
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lk2nd/device/dts/msm8952/msm8917-xiaomi-rolex.dts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@
qcom,mdss_dsi_ili9881c_ebbg_c3a_720p_video {
compatible = "xiaomi,rolex-ili9881c-ebbg";
};
qcom,mdss_dsi_ili9881c_ebbgDJN_c3a_720p_video {
compatible = "xiaomi,rolex-ili9881c-ebbgdjn";
};
qcom,mdss_dsi_ili9881c_tianma_c3a_720p_video {
compatible = "xiaomi,rolex-ili9881c-tianma";
qcom,mdss_dsi_nt35521s_ebbg_720p_video {
compatible = "xiaomi,rolex-nt35521s-ebbg";
};
};
};

0 comments on commit df3a4ad

Please sign in to comment.