]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: keystone: Rename "msmram" node to "sram"
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 28 May 2020 03:36:32 +0000 (20:36 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Thu, 28 May 2020 03:36:32 +0000 (20:36 -0700)
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>
arch/arm/boot/dts/keystone-k2e.dtsi
arch/arm/boot/dts/keystone-k2g.dtsi
arch/arm/boot/dts/keystone-k2hk.dtsi
arch/arm/boot/dts/keystone-k2l.dtsi

index 085e7326ea8e3c3f2e432acaf8c5743a2d56b3a1..2d94faf31fabd3b6d16de5526612061f71af939d 100644 (file)
                        };
                };
 
-               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@1f0000 {
+                       bm-sram@1f0000 {
                                reg = <0x001f0000 0x8000>;
                        };
                };
index 1c833105d6c5495f6ec2116d888f82b44dce4371..33acf7ddb1c818cdea3f3a2334c61ec1fa86d315 100644 (file)
                ranges = <0x0 0x0 0x0 0xc0000000>;
                dma-ranges = <0x80000000 0x8 0x00000000 0x80000000>;
 
-               msm_ram: msmram@c000000 {
+               msm_ram: sram@c000000 {
                        compatible = "mmio-sram";
                        reg = <0x0c000000 0x100000>;
                        ranges = <0x0 0x0c000000 0x100000>;
                        #address-cells = <1>;
                        #size-cells = <1>;
 
-                       sram-bm@f7000 {
+                       bm-sram@f7000 {
                                reg = <0x000f7000 0x8000>;
                        };
                };
index ca0f198ba627ee933ac1c3a4c65918381101672f..8a9447703310f1058dd21ffac0db22e89676ccda 100644 (file)
 &soc0 {
                /include/ "keystone-k2hk-clocks.dtsi"
 
-               msm_ram: msmram@c000000 {
+               msm_ram: sram@c000000 {
                        compatible = "mmio-sram";
                        reg = <0x0c000000 0x600000>;
                        ranges = <0x0 0x0c000000 0x600000>;
                        #address-cells = <1>;
                        #size-cells = <1>;
 
-                       sram-bm@5f0000 {
+                       bm-sram@5f0000 {
                                reg = <0x5f0000 0x8000>;
                        };
                };
index 374c80124c4eab6647ca7037ff4c65ab6874e395..dff5fea72b2fe0fa06850b7115c1b673259674a4 100644 (file)
                        };
                };
 
-               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>;
                        };
                };