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

arm64: dts: qcom: rename mdss nodes to display-subsystem



Follow the schema change and rename mdss nodes to generic name
'display-subsystem'.

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/20230109051402.317577-4-dmitry.baryshkov@linaro.org
parent d46fbd45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1036,7 +1036,7 @@
			reg = <0x01937000 0x30000>;
		};

		mdss: mdss@1a00000 {
		mdss: display-subsystem@1a00000 {
			status = "disabled";
			compatible = "qcom,mdss";
			reg = <0x01a00000 0x1000>,
+1 −1
Original line number Diff line number Diff line
@@ -670,7 +670,7 @@
			reg = <0x193f044 0x4>;
		};

		mdss: mdss@1a00000 {
		mdss: display-subsystem@1a00000 {
			compatible = "qcom,mdss";

			reg = <0x1a00000 0x1000>,
+1 −1
Original line number Diff line number Diff line
@@ -908,7 +908,7 @@
					       <825000000>;
		};

		mdss: mdss@900000 {
		mdss: display-subsystem@900000 {
			compatible = "qcom,mdss";

			reg = <0x00900000 0x1000>,
+1 −1
Original line number Diff line number Diff line
@@ -2922,7 +2922,7 @@
			#power-domain-cells = <1>;
		};

		mdss: mdss@ae00000 {
		mdss: display-subsystem@ae00000 {
			compatible = "qcom,sc7180-mdss";
			reg = <0 0x0ae00000 0 0x1000>;
			reg-names = "mdss";
+1 −1
Original line number Diff line number Diff line
@@ -1470,7 +1470,7 @@
			};
		};

		mdss: mdss@c900000 {
		mdss: display-subsystem@c900000 {
			compatible = "qcom,mdss";
			reg = <0x0c900000 0x1000>,
			      <0x0c9b0000 0x1040>;
Loading