mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-12 12:44:52 -04:00
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:
committed by
Bjorn Andersson
parent
d3f5468472
commit
11691dab82
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user