powerpc/5200: dts: fix memory node unit name
authorAnatolij Gustschin <agust@denx.de>
Wed, 13 Oct 2021 22:05:31 +0000 (00:05 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 22 Oct 2021 04:22:04 +0000 (15:22 +1100)
Fixes build warnings:
Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211013220532.24759-4-agust@denx.de
12 files changed:
arch/powerpc/boot/dts/charon.dts
arch/powerpc/boot/dts/digsy_mtc.dts
arch/powerpc/boot/dts/lite5200.dts
arch/powerpc/boot/dts/lite5200b.dts
arch/powerpc/boot/dts/media5200.dts
arch/powerpc/boot/dts/mpc5200b.dtsi
arch/powerpc/boot/dts/o2d.dts
arch/powerpc/boot/dts/o2d.dtsi
arch/powerpc/boot/dts/o2dnt2.dts
arch/powerpc/boot/dts/o3dnt.dts
arch/powerpc/boot/dts/pcm032.dts
arch/powerpc/boot/dts/tqm5200.dts

index 6f9fe88a5f364245290cc3e991d14af6e42f79aa..ea6e76ae254518802737e922f0807fc6c5c9e75e 100644 (file)
@@ -35,7 +35,7 @@
                };
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x00000000 0x08000000>;  // 128MB
        };
index 010156649bfe503aeee1fde0cdeb6945c80b804d..57024a4c1e7dd66f27464051c46f28b3cbd37c67 100644 (file)
@@ -16,7 +16,7 @@
        model = "intercontrol,digsy-mtc";
        compatible = "intercontrol,digsy-mtc";
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x02000000>;  // 32MB
        };
 
index 84a12e7915e9e3f4436948f72e51b4d8e10dda4e..b9d8487813b47235cbb6ef29d5bc14ae4a5800e9 100644 (file)
@@ -32,7 +32,7 @@
                };
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x00000000 0x04000000>;  // 64MB
        };
index c361c59a9681328f9851302050f805a58c6aa711..7e2d91c7cb66d01b2c9bba6e0a89e0781f272b3a 100644 (file)
@@ -31,7 +31,7 @@
                led4 { gpios = <&gpio_simple 2 1>; };
        };
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x10000000>;  // 256MB
        };
 
index f7d7538eb69d12a0a32333340dd5baa666bcfb70..96524ede16cd5775ac19a9c23565cb0925c4bdf4 100644 (file)
@@ -32,7 +32,7 @@
                };
        };
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x08000000>;  // 128MB RAM
        };
 
index 8c645d2bc455b00eaebe7304edebadd0b1c1041d..ffa82c7e1055692b67579a1686601790c45551e0 100644 (file)
@@ -33,7 +33,7 @@
                };
        };
 
-       memory: memory {
+       memory: memory@0 {
                device_type = "memory";
                reg = <0x00000000 0x04000000>;  // 64MB
        };
index 24a46f65e529933e75af46186e4f48de7cb16012..e0a8d3034417fff58258912633143b93d7fd0532 100644 (file)
@@ -12,7 +12,7 @@
        model = "ifm,o2d";
        compatible = "ifm,o2d";
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x08000000>;  // 128MB
        };
 
index 6661955a2be47899324db0f5edf22d9086ca3dcb..b55a9e5bd828c1178c551689fc75e50eb8d20cfd 100644 (file)
@@ -19,7 +19,7 @@
        model = "ifm,o2d";
        compatible = "ifm,o2d";
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x04000000>;  // 64MB
        };
 
index eeba7f5507d5df20d6e4fcec1bc0d4d56a4acd95..c2eedbd1f5fcb9f1244f9fe6d591b9e0462352e0 100644 (file)
@@ -12,7 +12,7 @@
        model = "ifm,o2dnt2";
        compatible = "ifm,o2d";
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x08000000>;  // 128MB
        };
 
index fd00396b0593eb30098aa5f149645263961ff877..e4c1bdd412716e442fc8ba9c6650c1051495bdd4 100644 (file)
@@ -12,7 +12,7 @@
        model = "ifm,o3dnt";
        compatible = "ifm,o2d";
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x04000000>;  // 64MB
        };
 
index b6fdf861c7d613471aa13e1958dd9051f59aebe4..d00f13b625103545ca143c561082f43163c28891 100644 (file)
@@ -20,7 +20,7 @@
        model = "phytec,pcm032";
        compatible = "phytec,pcm032";
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x08000000>;  // 128MB
        };
 
index 40b139d92a19e14cbab94ce20d37d2365a7bf2fe..372177b19e60d1fa55ff9a141c872c5f98cce35b 100644 (file)
@@ -32,7 +32,7 @@
                };
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x00000000 0x04000000>;  // 64MB
        };