Commit e40ed274 authored by Joel Stanley's avatar Joel Stanley

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: default avatarJoel Stanley <joel@jms.id.au>
parent 236ffdfc
......@@ -16,7 +16,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