powerpc/5200: dts: fix memory node unit name
authorAnatolij Gustschin <agust@denx.de>
Wed, 13 Oct 2021 22:05:31 +0000 (00:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Nov 2021 09:39:11 +0000 (10:39 +0100)
[ Upstream commit aed2886a5e9ffc8269a4220bff1e9e030d3d2eb1 ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
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 408b486..cd58953 100644 (file)
@@ -35,7 +35,7 @@
                };
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x00000000 0x08000000>;  // 128MB
        };
index 0e5e9d3..19a14e6 100644 (file)
@@ -16,7 +16,7 @@
        model = "intercontrol,digsy-mtc";
        compatible = "intercontrol,digsy-mtc";
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x02000000>;  // 32MB
        };
 
index cb2782d..e7b1947 100644 (file)
@@ -32,7 +32,7 @@
                };
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x00000000 0x04000000>;  // 64MB
        };
index 2b86c81..547cbe7 100644 (file)
@@ -31,7 +31,7 @@
                led4 { gpios = <&gpio_simple 2 1>; };
        };
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x10000000>;  // 256MB
        };
 
index 61cae9d..f318801 100644 (file)
@@ -32,7 +32,7 @@
                };
        };
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x08000000>;  // 128MB RAM
        };
 
index 648fe31..8b796f3 100644 (file)
@@ -33,7 +33,7 @@
                };
        };
 
-       memory: memory {
+       memory: memory@0 {
                device_type = "memory";
                reg = <0x00000000 0x04000000>;  // 64MB
        };
index 24a46f6..e0a8d30 100644 (file)
@@ -12,7 +12,7 @@
        model = "ifm,o2d";
        compatible = "ifm,o2d";
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x08000000>;  // 128MB
        };
 
index 6661955..b55a9e5 100644 (file)
@@ -19,7 +19,7 @@
        model = "ifm,o2d";
        compatible = "ifm,o2d";
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x04000000>;  // 64MB
        };
 
index eeba7f5..c2eedbd 100644 (file)
@@ -12,7 +12,7 @@
        model = "ifm,o2dnt2";
        compatible = "ifm,o2d";
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x08000000>;  // 128MB
        };
 
index fd00396..e4c1bdd 100644 (file)
@@ -12,7 +12,7 @@
        model = "ifm,o3dnt";
        compatible = "ifm,o2d";
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x04000000>;  // 64MB
        };
 
index 780e13d..1895bc9 100644 (file)
@@ -20,7 +20,7 @@
        model = "phytec,pcm032";
        compatible = "phytec,pcm032";
 
-       memory {
+       memory@0 {
                reg = <0x00000000 0x08000000>;  // 128MB
        };
 
index 9ed0bc7..5bb25a9 100644 (file)
@@ -32,7 +32,7 @@
                };
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x00000000 0x04000000>;  // 64MB
        };