aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/keystone-k2l.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-05-27 20:36:32 -0700
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>2020-05-27 20:36:32 -0700
commit644c5a582261ecdf1df41b11d05d10a1cccc0a66 (patch)
treec1e21ad921bcfa2e5c35d4ba90f6982090576eb7 /arch/arm/boot/dts/keystone-k2l.dtsi
parentLinux 5.7-rc1 (diff)
downloadlinux-dev-644c5a582261ecdf1df41b11d05d10a1cccc0a66.tar.xz
linux-dev-644c5a582261ecdf1df41b11d05d10a1cccc0a66.zip
ARM: dts: keystone: Rename "msmram" node to "sram"
The device node name should reflect generic class of a device so rename the "msmram" node and its children 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: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Diffstat (limited to 'arch/arm/boot/dts/keystone-k2l.dtsi')
-rw-r--r--arch/arm/boot/dts/keystone-k2l.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/keystone-k2l.dtsi b/arch/arm/boot/dts/keystone-k2l.dtsi
index 374c80124c4e..dff5fea72b2f 100644
--- a/arch/arm/boot/dts/keystone-k2l.dtsi
+++ b/arch/arm/boot/dts/keystone-k2l.dtsi
@@ -255,14 +255,14 @@
};
};
- msm_ram: msmram@c000000 {
+ msm_ram: sram@c000000 {
compatible = "mmio-sram";
reg = <0x0c000000 0x200000>;
ranges = <0x0 0x0c000000 0x200000>;
#address-cells = <1>;
#size-cells = <1>;
- sram-bm@1f8000 {
+ bm-sram@1f8000 {
reg = <0x001f8000 0x8000>;
};
};