arm64: dts: qcom: sdm630: Add compat qcom,sdm660-dsi-ctrl
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Fri, 23 Dec 2022 02:10:22 +0000 (02:10 +0000)
committerBjorn Andersson <andersson@kernel.org>
Thu, 29 Dec 2022 16:55:23 +0000 (10:55 -0600)
The sdm630 can use the sdm660 mdss-dsi-ctrl compat. Currently it has the
same set of binding dependencies as sdm660.

Suggested-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-16-bryan.odonoghue@linaro.org
arch/arm64/boot/dts/qcom/sdm630.dtsi

index c899ddd5a38164b62e8b8b5a3ae8ffddd0d05321..d8920ccdfe5a88bb359d93c97fe89c9065a3a625 100644 (file)
                        };
 
                        dsi0: dsi@c994000 {
-                               compatible = "qcom,mdss-dsi-ctrl";
+                               compatible = "qcom,sdm660-dsi-ctrl",
+                                            "qcom,mdss-dsi-ctrl";
                                reg = <0x0c994000 0x400>;
                                reg-names = "dsi_ctrl";