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
                };
 
                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>;