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

Commit 236ffdfc authored by Joel Stanley's avatar Joel Stanley
Browse files

ARM: dts: aspeed-plametto: Add flash layout and fix memory node



The OpenBMC flash layout is used by Palmetto systems.

Add the unit name to the memory node to fix a warning with W=1.

Reviewed-by: default avatarCédric Le Goater <clg@kaod.org>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 70c6351f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
		bootargs = "console=ttyS4,115200 earlyprintk";
	};

	memory {
	memory@40000000 {
		reg = <0x40000000 0x20000000>;
	};

@@ -34,6 +34,7 @@
		status = "okay";
		m25p,fast-read;
		label = "bmc";
#include "openbmc-flash-layout.dtsi"
	};
};