arm64: dts: qcom: add SoC specific compat strings to mdp5 nodes

Add SoC-specific compat string to the MDP5 device nodes 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-5-dmitry.baryshkov@linaro.org
This commit is contained in:
Dmitry Baryshkov
2023-01-09 07:01:52 +02:00
committed by Bjorn Andersson
parent 877cff3568
commit d46fbd4579
4 changed files with 5 additions and 3 deletions

View File

@@ -1062,7 +1062,7 @@ mdss: mdss@1a00000 {
ranges;
mdp: mdp@1a01000 {
compatible = "qcom,mdp5";
compatible = "qcom,msm8916-mdp5", "qcom,mdp5";
reg = <0x01a01000 0x89000>;
reg-names = "mdp_phys";

View File

@@ -935,7 +935,7 @@ mdss: mdss@900000 {
status = "disabled";
mdp: mdp@901000 {
compatible = "qcom,mdp5";
compatible = "qcom,msm8996-mdp5", "qcom,mdp5";
reg = <0x00901000 0x90000>;
reg-names = "mdp_phys";

View File

@@ -1498,7 +1498,7 @@ mdss: mdss@c900000 {
status = "disabled";
mdp: mdp@c901000 {
compatible = "qcom,mdp5";
compatible = "qcom,sdm630-mdp5", "qcom,mdp5";
reg = <0x0c901000 0x89000>;
reg-names = "mdp_phys";

View File

@@ -142,6 +142,8 @@ &gpucc {
};
&mdp {
compatible = "qcom,sdm660-mdp5", "qcom,mdp5";
ports {
port@1 {
reg = <1>;