Commit 7e28fc47 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo
Browse files

ARM: dts: imx: Rename "iram" node to "sram"



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

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent fd15e2dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -585,7 +585,7 @@
			status = "disabled";
		};

		iram: iram@ffff4c00 {
		iram: sram@ffff4c00 {
			compatible = "mmio-sram";
			reg = <0xffff4c00 0xb400>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
		interrupt-parent = <&avic>;
		ranges;

		iram: iram@1fffc000 {
		iram: sram@1fffc000 {
			compatible = "mmio-sram";
			reg = <0x1fffc000 0x4000>;
			#address-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@
		interrupt-parent = <&tzic>;
		ranges;

		iram: iram@1ffe0000 {
		iram: sram@1ffe0000 {
			compatible = "mmio-sram";
			reg = <0x1ffe0000 0x20000>;
		};