Commit d46fbd45 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson
Browse files

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: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230109050152.316606-5-dmitry.baryshkov@linaro.org
parent 877cff35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1062,7 +1062,7 @@
			ranges;

			mdp: mdp@1a01000 {
				compatible = "qcom,mdp5";
				compatible = "qcom,msm8916-mdp5", "qcom,mdp5";
				reg = <0x01a01000 0x89000>;
				reg-names = "mdp_phys";

+1 −1
Original line number Diff line number Diff line
@@ -935,7 +935,7 @@
			status = "disabled";

			mdp: mdp@901000 {
				compatible = "qcom,mdp5";
				compatible = "qcom,msm8996-mdp5", "qcom,mdp5";
				reg = <0x00901000 0x90000>;
				reg-names = "mdp_phys";

+1 −1
Original line number Diff line number Diff line
@@ -1498,7 +1498,7 @@
			status = "disabled";

			mdp: mdp@c901000 {
				compatible = "qcom,mdp5";
				compatible = "qcom,sdm630-mdp5", "qcom,mdp5";
				reg = <0x0c901000 0x89000>;
				reg-names = "mdp_phys";

+2 −0
Original line number Diff line number Diff line
@@ -142,6 +142,8 @@
};

&mdp {
	compatible = "qcom,sdm660-mdp5", "qcom,mdp5";

	ports {
		port@1 {
			reg = <1>;