Commit 107fb95f authored by Potin Lai's avatar Potin Lai Committed by Joel Stanley
Browse files

ARM: dts: aspeed: bletchley: Rename flash1 label



In OpenBMC phosphor-software-manager uses "alt-bmc" for the secondary flash
label.

Rename flash1 label to "alt-bmc" to support the dual image feature in OpenBMC.

Signed-off-by: default avatarPotin Lai <potin.lai.pt@gmail.com>
Reviewed-by: default avatarPatrick Williams <patrick@stwcx.xyz>
Link: https://lore.kernel.org/r/20221226054535.2836110-2-potin.lai.pt@gmail.com


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 03d24e12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -307,7 +307,7 @@ flash@0 {
	flash@1 {
		status = "okay";
		m25p,fast-read;
		label = "flash1";
		label = "alt-bmc";
		spi-max-frequency = <50000000>;
	};
};