]> asedeno.scripts.mit.edu Git - linux.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)
committerJoel Stanley <joel@jms.id.au>
Thu, 21 Dec 2017 03:33:22 +0000 (14:03 +1030)
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>
arch/arm/boot/dts/aspeed-ast2500-evb.dts

index 3e6f38e5d5d0ca26d555c282eaa303a0dbfce25d..91a36c1f029bd777fd0e1a510846a5bdab706556 100644 (file)
@@ -16,7 +16,7 @@ chosen {
                bootargs = "console=ttyS4,115200 earlyprintk";
        };
 
-       memory {
+       memory@80000000 {
                reg = <0x80000000 0x20000000>;
        };
 };