mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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:
committed by
Bjorn Andersson
parent
cd8cecc723
commit
634ecbc6b1
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user