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: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2019-10-02 18:43:12 +02:00 committed by Shawn Guo
parent fd15e2dd38
commit 7e28fc4759
3 changed files with 3 additions and 3 deletions

View file

@ -585,7 +585,7 @@
status = "disabled";
};
iram: iram@ffff4c00 {
iram: sram@ffff4c00 {
compatible = "mmio-sram";
reg = <0xffff4c00 0xb400>;
};

View file

@ -55,7 +55,7 @@
interrupt-parent = <&avic>;
ranges;
iram: iram@1fffc000 {
iram: sram@1fffc000 {
compatible = "mmio-sram";
reg = <0x1fffc000 0x4000>;
#address-cells = <1>;

View file

@ -116,7 +116,7 @@
interrupt-parent = <&tzic>;
ranges;
iram: iram@1ffe0000 {
iram: sram@1ffe0000 {
compatible = "mmio-sram";
reg = <0x1ffe0000 0x20000>;
};