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

Reviewed-by: David Heidelberg <david@ixit.cz>
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-9-bryan.odonoghue@linaro.org
arch/arm/boot/dts/qcom-apq8064.dtsi

index 0da9623ea0849407cf63dfe7e92cd964dad21e6e..1f3e0aa9ab0c8dc8a3ec3848d57275c2e299b788 100644 (file)
                };
 
                dsi0: dsi@4700000 {
-                       compatible = "qcom,mdss-dsi-ctrl";
+                       compatible = "qcom,apq8064-dsi-ctrl",
+                                    "qcom,mdss-dsi-ctrl";
                        label = "MDSS DSI CTRL->0";
                        #address-cells = <1>;
                        #size-cells = <0>;