summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/o2dnt2.dts
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2021-10-14 00:05:31 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2021-10-22 15:22:04 +1100
commitaed2886a5e9ffc8269a4220bff1e9e030d3d2eb1 (patch)
tree0bcfa4b7950011ec22f2a977e09fa2971eb78050 /arch/powerpc/boot/dts/o2dnt2.dts
parent7855b6c66dc458e2f5abfb2b50f527ea4101df77 (diff)
powerpc/5200: dts: fix memory node unit name
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
Diffstat (limited to 'arch/powerpc/boot/dts/o2dnt2.dts')
-rw-r--r--arch/powerpc/boot/dts/o2dnt2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/o2dnt2.dts b/arch/powerpc/boot/dts/o2dnt2.dts
index eeba7f5507d5..c2eedbd1f5fc 100644
--- a/arch/powerpc/boot/dts/o2dnt2.dts
+++ b/arch/powerpc/boot/dts/o2dnt2.dts
@@ -12,7 +12,7 @@
model = "ifm,o2dnt2";
compatible = "ifm,o2d";
- memory {
+ memory@0 {
reg = <0x00000000 0x08000000>; // 128MB
};