From: Joel Stanley Date: Mon, 18 Dec 2017 12:57:03 +0000 (+1030) Subject: ARM: dts: aspeed-evb: Add unit name to memory node X-Git-Tag: v4.16-rc1~100^2~21^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=e40ed274489a5f516da120186578eb379b452ac6;p=linux.git ARM: dts: aspeed-evb: Add unit name to memory node Fixes a warning when building with W=1. All of the ASPEED device trees build without warnings now. Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-ast2500-evb.dts b/arch/arm/boot/dts/aspeed-ast2500-evb.dts index 3e6f38e5d5d0..91a36c1f029b 100644 --- a/arch/arm/boot/dts/aspeed-ast2500-evb.dts +++ b/arch/arm/boot/dts/aspeed-ast2500-evb.dts @@ -16,7 +16,7 @@ chosen { bootargs = "console=ttyS4,115200 earlyprintk"; }; - memory { + memory@80000000 { reg = <0x80000000 0x20000000>; }; };