ARM: dts: qcom: apq8064: add compat qcom,apq8064-dsi-ctrl

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
This commit is contained in:
Bryan O'Donoghue
2022-12-23 02:10:15 +00:00
committed by Bjorn Andersson
parent 4cd90875c7
commit 5cea1fa12b

View File

@@ -1277,7 +1277,8 @@ mmss_sfpb: syscon@5700000 {
};
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>;