diff options
author | Joel Stanley <joel@jms.id.au> | 2017-12-18 15:57:03 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2017-12-21 06:33:22 +0300 |
commit | e40ed274489a5f516da120186578eb379b452ac6 (patch) | |
tree | 08dfd44f2e872538469ec5545d6f16698a84f932 /arch/arm/boot/dts/aspeed-ast2500-evb.dts | |
parent | 236ffdfc31e1bdccde72bca95985d6414a43f257 (diff) | |
download | linux-e40ed274489a5f516da120186578eb379b452ac6.tar.xz |
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 <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-ast2500-evb.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-ast2500-evb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ bootargs = "console=ttyS4,115200 earlyprintk"; }; - memory { + memory@80000000 { reg = <0x80000000 0x20000000>; }; }; |