diff options
author | Potin Lai <potin.lai.pt@gmail.com> | 2022-12-26 13:45:34 +0800 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2023-01-23 14:16:49 +1030 |
commit | 107fb95f7ba14f38003218c7e340d8431c2e1d50 (patch) | |
tree | 60ddd14d94f8e8176409b3ee37e5597d8ffec13f | |
parent | 03d24e12749281f51545c9011fc953ac844df413 (diff) | |
download | linux-107fb95f7ba14f38003218c7e340d8431c2e1d50.tar.gz linux-107fb95f7ba14f38003218c7e340d8431c2e1d50.tar.bz2 linux-107fb95f7ba14f38003218c7e340d8431c2e1d50.zip |
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: Potin Lai <potin.lai.pt@gmail.com>
Reviewed-by: Patrick Williams <patrick@stwcx.xyz>
Link: https://lore.kernel.org/r/20221226054535.2836110-2-potin.lai.pt@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts index a619eec70633..791f83aaac50 100644 --- a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts @@ -307,7 +307,7 @@ flash@1 { status = "okay"; m25p,fast-read; - label = "flash1"; + label = "alt-bmc"; spi-max-frequency = <50000000>; }; }; |