Skip to content

Commit 28bce18

Browse files
abelvesaandersson
authored andcommitted
arm64: dts: qcom: x1e80100-*: Drop useless DP3 compatible override
Back when display support was added initially to CRD, and we used to have two separate compatibles for eDP and DP, it was supposed to override the DP compatible with the eDP one in the board specific devicetree. Since then, the DP driver has been reworked to figure out the eDP/DP at runtime while only DP compatible remained in the end. Even though the override does nothing basically, drop it to avoid further confusion. Drop it from all X Elite based platforms. Reviewed-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Johan Hovold <[email protected]> Signed-off-by: Abel Vesa <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/20250509-x1e80100-dts-drop-useless-dp-compatible-override-v2-1-126db05cb70a@linaro.org Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 6aeda4f commit 28bce18

7 files changed

+0
-7
lines changed

arch/arm64/boot/dts/qcom/x1-crd.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,6 @@
11481148
};
11491149

11501150
&mdss_dp3 {
1151-
compatible = "qcom,x1e80100-dp";
11521151
/delete-property/ #sound-dai-cells;
11531152

11541153
status = "okay";

arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,6 @@
972972
};
973973

974974
&mdss_dp3 {
975-
compatible = "qcom,x1e80100-dp";
976975
/delete-property/ #sound-dai-cells;
977976

978977
status = "okay";

arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@
479479
};
480480

481481
&mdss_dp3 {
482-
compatible = "qcom,x1e80100-dp";
483482
/delete-property/ #sound-dai-cells;
484483

485484
status = "okay";

arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,6 @@
11541154
};
11551155

11561156
&mdss_dp3 {
1157-
compatible = "qcom,x1e80100-dp";
11581157
/delete-property/ #sound-dai-cells;
11591158

11601159
status = "okay";

arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,6 @@
615615
};
616616

617617
&mdss_dp3 {
618-
compatible = "qcom,x1e80100-dp";
619618
/delete-property/ #sound-dai-cells;
620619

621620
status = "okay";

arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,6 @@
945945
};
946946

947947
&mdss_dp3 {
948-
compatible = "qcom,x1e80100-dp";
949948
/delete-property/ #sound-dai-cells;
950949

951950
status = "okay";

arch/arm64/boot/dts/qcom/x1e80100-qcp.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,6 @@
871871
};
872872

873873
&mdss_dp3 {
874-
compatible = "qcom,x1e80100-dp";
875874
/delete-property/ #sound-dai-cells;
876875

877876
status = "okay";

0 commit comments

Comments
 (0)