arm64: dts: qcom: msm8953: Add compat qcom,msm8953-dsi-ctrl

Add silicon specific compatible qcom,msm8953-dsi-ctrl to the
mdss-dsi-ctrl block. This allows us to differentiate the specific bindings
for msm8953 against the yaml documentation.

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-12-bryan.odonoghue@linaro.org
This commit is contained in:
Bryan O'Donoghue
2022-12-23 02:10:18 +00:00
committed by Bjorn Andersson
parent cd8cecc723
commit 634ecbc6b1

View File

@@ -741,7 +741,7 @@
};
dsi0: dsi@1a94000 {
compatible = "qcom,mdss-dsi-ctrl";
compatible = "qcom,msm8953-dsi-ctrl", "qcom,mdss-dsi-ctrl";
reg = <0x1a94000 0x400>;
reg-names = "dsi_ctrl";
@@ -811,7 +811,7 @@
};
dsi1: dsi@1a96000 {
compatible = "qcom,mdss-dsi-ctrl";
compatible = "qcom,msm8953-dsi-ctrl", "qcom,mdss-dsi-ctrl";
reg = <0x1a96000 0x400>;
reg-names = "dsi_ctrl";