arm64: dts: qcom: sc7280: Add compat qcom,sc7280-dsi-ctrl
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Fri, 23 Dec 2022 02:10:21 +0000 (02:10 +0000)
committerBjorn Andersson <andersson@kernel.org>
Thu, 29 Dec 2022 16:55:22 +0000 (10:55 -0600)
Add silicon specific compatible qcom,sc7280-dsi-ctrl to the
mdss-dsi-ctrl block. This allows us to differentiate the specific bindings
for sc7280 against the yaml documentation.

Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221223021025.1646636-15-bryan.odonoghue@linaro.org
arch/arm64/boot/dts/qcom/sc7280.dtsi

index 0388b3698e7010909ca4b1b37d8405d1484f7070..6908bcae6f4214be85bdb223c3629608a9aba5d7 100644 (file)
                        };
 
                        mdss_dsi: dsi@ae94000 {
-                               compatible = "qcom,mdss-dsi-ctrl";
+                               compatible = "qcom,sc7280-dsi-ctrl",
+                                            "qcom,mdss-dsi-ctrl";
                                reg = <0 0x0ae94000 0 0x400>;
                                reg-names = "dsi_ctrl";