aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/boot/dts/imx51.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-10-02 18:43:12 +0200
committerShawn Guo <shawnguo@kernel.org>2019-10-25 10:39:34 +0800
commit7e28fc4759e7ede9fa8b8c6708be24d7bbabcd44 (patch)
tree786f77201195d8f7551fa173534b2ca9f2d49695 /arch/arm/boot/dts/imx51.dtsi
parentARM: dts: vf610-zii-scu4-aib: Remove internal debug network interfaces (diff)
downloadwireguard-linux-7e28fc4759e7ede9fa8b8c6708be24d7bbabcd44.tar.xz
wireguard-linux-7e28fc4759e7ede9fa8b8c6708be24d7bbabcd44.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/imx51.dtsi')
-rw-r--r--arch/arm/boot/dts/imx51.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index 0a4b9a5d9a9c..dea86b98e9c3 100644
--- a/arch/arm/boot/dts/imx51.dtsi
+++ b/arch/arm/boot/dts/imx51.dtsi
@@ -116,7 +116,7 @@
interrupt-parent = <&tzic>;
ranges;
- iram: iram@1ffe0000 {
+ iram: sram@1ffe0000 {
compatible = "mmio-sram";
reg = <0x1ffe0000 0x20000>;
};