ARM: dts: imx: Rename "iram" node to "sram"
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 2 Oct 2019 16:43:12 +0000 (18:43 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 25 Oct 2019 02:39:34 +0000 (10:39 +0800)
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: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx27.dtsi
arch/arm/boot/dts/imx31.dtsi
arch/arm/boot/dts/imx51.dtsi

index 3652f55..f3464cf 100644 (file)
                        status = "disabled";
                };
 
-               iram: iram@ffff4c00 {
+               iram: sram@ffff4c00 {
                        compatible = "mmio-sram";
                        reg = <0xffff4c00 0xb400>;
                };
index d7f6fb7..6b62f07 100644 (file)
@@ -55,7 +55,7 @@
                interrupt-parent = <&avic>;
                ranges;
 
-               iram: iram@1fffc000 {
+               iram: sram@1fffc000 {
                        compatible = "mmio-sram";
                        reg = <0x1fffc000 0x4000>;
                        #address-cells = <1>;
index 0a4b9a5..dea86b9 100644 (file)
                interrupt-parent = <&tzic>;
                ranges;
 
-               iram: iram@1ffe0000 {
+               iram: sram@1ffe0000 {
                        compatible = "mmio-sram";
                        reg = <0x1ffe0000 0x20000>;
                };