arm64: dts: qcom: msm8996: Add compat qcom,msm8996-dsi-ctrl
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Fri, 23 Dec 2022 02:10:19 +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,msm8996-dsi-ctrl to the
mdss-dsi-ctrl block. This allows us to differentiate the specific bindings
for msm8996 against the yaml documentation.

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-13-bryan.odonoghue@linaro.org
arch/arm64/boot/dts/qcom/msm8996.dtsi

index d215151..74c4d14 100644 (file)
                        };
 
                        dsi0: dsi@994000 {
-                               compatible = "qcom,mdss-dsi-ctrl";
+                               compatible = "qcom,msm8996-dsi-ctrl",
+                                            "qcom,mdss-dsi-ctrl";
                                reg = <0x00994000 0x400>;
                                reg-names = "dsi_ctrl";
 
                        };
 
                        dsi1: dsi@996000 {
-                               compatible = "qcom,mdss-dsi-ctrl";
+                               compatible = "qcom,msm8996-dsi-ctrl",
+                                            "qcom,mdss-dsi-ctrl";
                                reg = <0x00996000 0x400>;
                                reg-names = "dsi_ctrl";