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 3652f5556b29cece86dc9c292409d060d4bf66e4..f3464cf52e4927385631b08d09a1abe0bf447a59 100644 (file)
                        status = "disabled";
                };
 
-               iram: iram@ffff4c00 {
+               iram: sram@ffff4c00 {
                        compatible = "mmio-sram";
                        reg = <0xffff4c00 0xb400>;
                };
index d7f6fb764997aff54cc833d77eb28111e820bd7e..6b62f0745b829b502eaabcf3d7ba9feb5e113e5d 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 0a4b9a5d9a9c9698fd71c5e4b6378a6fc77659c5..dea86b98e9c39af6a926558983b88c27b2b48b22 100644 (file)
                interrupt-parent = <&tzic>;
                ranges;
 
-               iram: iram@1ffe0000 {
+               iram: sram@1ffe0000 {
                        compatible = "mmio-sram";
                        reg = <0x1ffe0000 0x20000>;
                };