Commit fe84b8fd authored by Tao Ren's avatar Tao Ren Committed by Joel Stanley
Browse files

ARM: dts: aspeed: wedge40: Update FMC flash0 label



Update FMC flash0's label to "spi0.0" so it's consistent with all the
other Facebook OpenBMC platforms.

Signed-off-by: default avatarTao Ren <rentao.bupt@gmail.com>
Link: https://lore.kernel.org/r/20200824182955.7988-2-rentao.bupt@gmail.com


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent bc8d756d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
	flash@0 {
		status = "okay";
		m25p,fast-read;
		label = "fmc0";
		label = "spi0.0";
#include "facebook-bmc-flash-layout.dtsi"
	};
};