Message ID | 20221226055118.2836493-2-potin.lai.pt@gmail.com |
---|---|
State | New |
Headers | show |
Series | ARM: dts: aspeed: bletchley: Update Bletchley devicetree | expand |
On Mon, 26 Dec 2022 at 05:53, Potin Lai <potin.lai.pt@gmail.com> wrote: > > In OpenBMC, phosphor-software-manager use "alt-bmc" for secondary falsh > label. > Rename flash1 label to "alt-bmc" to support dual image feature inOpenBMC. > > Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> These two are in 6.1 so you're good to go. Cheers, Joel > --- > arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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@0 { > flash@1 { > status = "okay"; > m25p,fast-read; > - label = "flash1"; > + label = "alt-bmc"; > spi-max-frequency = <50000000>; > }; > }; > -- > 2.31.1 >
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@0 { flash@1 { status = "okay"; m25p,fast-read; - label = "flash1"; + label = "alt-bmc"; spi-max-frequency = <50000000>; }; };
In OpenBMC, phosphor-software-manager use "alt-bmc" for secondary falsh label. Rename flash1 label to "alt-bmc" to support dual image feature inOpenBMC. Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> --- arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)