diff options
author | Anatolij Gustschin <agust@denx.de> | 2021-10-14 00:05:31 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-10-22 06:22:04 +0200 |
commit | aed2886a5e9ffc8269a4220bff1e9e030d3d2eb1 (patch) | |
tree | 0bcfa4b7950011ec22f2a977e09fa2971eb78050 /arch/powerpc/boot/dts/o2dnt2.dts | |
parent | powerpc/5200: dts: fix pci ranges warnings (diff) | |
download | linux-aed2886a5e9ffc8269a4220bff1e9e030d3d2eb1.tar.xz linux-aed2886a5e9ffc8269a4220bff1e9e030d3d2eb1.zip |
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.dts | 2 |
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 }; |