Skip to content

Commit

Permalink
dts: msm8916-samsung: drop panel selection for fortunaltezt
Browse files Browse the repository at this point in the history
fortunaltezt uses hx8389c without PWM, which is not used on most of
the variants.
  • Loading branch information
bolilingmeng89006 authored and wonderfulShrineMaidenOfParadise committed Jun 5, 2024
1 parent 64d3c6c commit a98bcf7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dts/msm8916/msm8916-samsung-fortuna.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ samsung,muic-reset {
panel {
compatible = "samsung,gprime-panel";

qcom,mdss_dsi_hx8389c_qhd_video {
compatible = "samsung,hx8389c-gh9607501a";
};

ss_dsi_panel_HX8389C_GH9607501A_QHD {
compatible = "samsung,hx8389c-gh9607501a";
};
Expand Down
7 changes: 7 additions & 0 deletions dts/msm8916/msm8916-samsung-r11.dts
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@
#include "msm8916-samsung-fortuna.dtsi"
};
};

/ {
fortunaltezt {
/* Actually hx8389c without PWM. There is no other variant */
/delete-node/ panel;
};
};

0 comments on commit a98bcf7

Please sign in to comment.