mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 17:01:39 -04:00
ARM: dts: qcom: msm8974: Add compat qcom,msm8974-dsi-ctrl
Add silicon specific compatible qcom,msm8974-dsi-ctrl to the mdss-dsi-ctrl block. This allows us to differentiate the specific bindings for msm8974 against the yaml documentation. 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-10-bryan.odonoghue@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
5cea1fa12b
commit
e280bcc263
@@ -1615,7 +1615,8 @@ mdp5_intf2_out: endpoint {
|
||||
};
|
||||
|
||||
dsi0: dsi@fd922800 {
|
||||
compatible = "qcom,mdss-dsi-ctrl";
|
||||
compatible = "qcom,msm8974-dsi-ctrl",
|
||||
"qcom,mdss-dsi-ctrl";
|
||||
reg = <0xfd922800 0x1f8>;
|
||||
reg-names = "dsi_ctrl";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user