arm64: dts: qcom: sm8150: Add compat qcom,sm8150-dsi-ctrl
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tue, 10 Jan 2023 05:54:32 +0000 (07:54 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 10 Jan 2023 17:22:41 +0000 (11:22 -0600)
Add silicon specific compatible qcom,sm8150-dsi-ctrl to the
mdss-dsi-ctrl block. This allows us to differentiate the specific bindings
for sm8150 against the yaml documentation.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230110055433.734188-2-dmitry.baryshkov@linaro.org
arch/arm64/boot/dts/qcom/sm8150.dtsi

index 99750987c9d68a9ac895576c00f4b049f19ad653..2c59ebe3320dc739d166055d21ac420f62df4e72 100644 (file)
                        };
 
                        mdss_dsi0: dsi@ae94000 {
-                               compatible = "qcom,mdss-dsi-ctrl";
+                               compatible = "qcom,sm8150-dsi-ctrl", "qcom,mdss-dsi-ctrl";
                                reg = <0 0x0ae94000 0 0x400>;
                                reg-names = "dsi_ctrl";
 
                        };
 
                        mdss_dsi1: dsi@ae96000 {
-                               compatible = "qcom,mdss-dsi-ctrl";
+                               compatible = "qcom,sm8150-dsi-ctrl", "qcom,mdss-dsi-ctrl";
                                reg = <0 0x0ae96000 0 0x400>;
                                reg-names = "dsi_ctrl";