Commit 64d5c600 authored by Joel Stanley's avatar Joel Stanley Committed by Greg Kroah-Hartman

ARM: dts: aspeed-evb: Add unit name to memory node


[ Upstream commit e40ed274 ]

Fixes a warning when building with W=1.

All of the ASPEED device trees build without warnings now.
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
Signed-off-by: default avatarSasha Levin <alexander.levin@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dc445b38
......@@ -15,7 +15,7 @@ chosen {
bootargs = "console=ttyS4,115200 earlyprintk";
};
memory {
memory@80000000 {
reg = <0x80000000 0x20000000>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment