ARM: dts: qcom-msm8974: add SoC specific compat string to mdp5 node

Add SoC-specific compat string to the MDP5 device node to ease
distinguishing between various platforms.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230109050152.316606-4-dmitry.baryshkov@linaro.org
This commit is contained in:
Dmitry Baryshkov
2023-01-09 07:01:51 +02:00
committed by Bjorn Andersson
parent d3f5468472
commit 11691dab82

View File

@@ -1881,7 +1881,7 @@ mdss: mdss@fd900000 {
ranges;
mdp: mdp@fd900000 {
compatible = "qcom,mdp5";
compatible = "qcom,msm8974-mdp5", "qcom,mdp5";
reg = <0xfd900100 0x22000>;
reg-names = "mdp_phys";