Commit b6df5e2b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: exynos: Rename children of SysRAM node to "sram"



The device node name should reflect generic class of a device so rename
the children of SysRAM node to "smp-sram".  This will be also in sync
with upcoming DT schema.  No functional change.

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent d60d0cff
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -145,12 +145,12 @@
			#size-cells = <1>;
			#size-cells = <1>;
			ranges = <0 0x02020000 0x40000>;
			ranges = <0 0x02020000 0x40000>;


			smp-sysram@0 {
			smp-sram@0 {
				compatible = "samsung,exynos4210-sysram";
				compatible = "samsung,exynos4210-sysram";
				reg = <0x0 0x1000>;
				reg = <0x0 0x1000>;
			};
			};


			smp-sysram@3f000 {
			smp-sram@3f000 {
				compatible = "samsung,exynos4210-sysram-ns";
				compatible = "samsung,exynos4210-sysram-ns";
				reg = <0x3f000 0x1000>;
				reg = <0x3f000 0x1000>;
			};
			};
+3 −3
Original line number Original line Diff line number Diff line
@@ -590,16 +590,16 @@
};
};


&sysram {
&sysram {
	smp-sysram@0 {
	smp-sram@0 {
		status = "disabled";
		status = "disabled";
	};
	};


	smp-sysram@5000 {
	smp-sram@5000 {
		compatible = "samsung,exynos4210-sysram";
		compatible = "samsung,exynos4210-sysram";
		reg = <0x5000 0x1000>;
		reg = <0x5000 0x1000>;
	};
	};


	smp-sysram@1f000 {
	smp-sram@1f000 {
		status = "disabled";
		status = "disabled";
	};
	};
};
};
+2 −2
Original line number Original line Diff line number Diff line
@@ -79,12 +79,12 @@
			#size-cells = <1>;
			#size-cells = <1>;
			ranges = <0 0x02020000 0x20000>;
			ranges = <0 0x02020000 0x20000>;


			smp-sysram@0 {
			smp-sram@0 {
				compatible = "samsung,exynos4210-sysram";
				compatible = "samsung,exynos4210-sysram";
				reg = <0x0 0x1000>;
				reg = <0x0 0x1000>;
			};
			};


			smp-sysram@1f000 {
			smp-sram@1f000 {
				compatible = "samsung,exynos4210-sysram-ns";
				compatible = "samsung,exynos4210-sysram-ns";
				reg = <0x1f000 0x1000>;
				reg = <0x1f000 0x1000>;
			};
			};
+2 −2
Original line number Original line Diff line number Diff line
@@ -195,12 +195,12 @@
			#size-cells = <1>;
			#size-cells = <1>;
			ranges = <0 0x02020000 0x40000>;
			ranges = <0 0x02020000 0x40000>;


			smp-sysram@0 {
			smp-sram@0 {
				compatible = "samsung,exynos4210-sysram";
				compatible = "samsung,exynos4210-sysram";
				reg = <0x0 0x1000>;
				reg = <0x0 0x1000>;
			};
			};


			smp-sysram@2f000 {
			smp-sram@2f000 {
				compatible = "samsung,exynos4210-sysram-ns";
				compatible = "samsung,exynos4210-sysram-ns";
				reg = <0x2f000 0x1000>;
				reg = <0x2f000 0x1000>;
			};
			};
+2 −2
Original line number Original line Diff line number Diff line
@@ -171,12 +171,12 @@
			#size-cells = <1>;
			#size-cells = <1>;
			ranges = <0 0x02020000 0x30000>;
			ranges = <0 0x02020000 0x30000>;


			smp-sysram@0 {
			smp-sram@0 {
				compatible = "samsung,exynos4210-sysram";
				compatible = "samsung,exynos4210-sysram";
				reg = <0x0 0x1000>;
				reg = <0x0 0x1000>;
			};
			};


			smp-sysram@2f000 {
			smp-sram@2f000 {
				compatible = "samsung,exynos4210-sysram-ns";
				compatible = "samsung,exynos4210-sysram-ns";
				reg = <0x2f000 0x1000>;
				reg = <0x2f000 0x1000>;
			};
			};
Loading