]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: aspeed-evb: Add unit name to memory node
authorJoel Stanley <joel@jms.id.au>
Mon, 18 Dec 2017 12:57:03 +0000 (23:27 +1030)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Mar 2018 10:02:51 +0000 (11:02 +0100)
[ Upstream commit e40ed274489a5f516da120186578eb379b452ac6 ]

Fixes a warning when building with W=1.

All of the ASPEED device trees build without warnings now.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/aspeed-ast2500-evb.dts

index 602bc10fdaf4829d5eb5de8eea03961f399167f2..7472ed355d4b9796bb9a30a05eddeba948ac5ba1 100644 (file)
@@ -16,7 +16,7 @@
                bootargs = "console=ttyS4,115200 earlyprintk";
        };
 
-       memory {
+       memory@80000000 {
                reg = <0x80000000 0x20000000>;
        };
 };