Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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




[ Upstream commit e40ed274489a5f516da120186578eb379b452ac6 ]

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
		bootargs = "console=ttyS4,115200 earlyprintk";
	};

	memory {
	memory@80000000 {
		reg = <0x80000000 0x20000000>;
	};
};