[PATCH] ARM: dts: ethanolx: Add label for the master partition

Konstantin Aladyshev posted 1 patch 2 years, 8 months ago
arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts | 1 +
1 file changed, 1 insertion(+)
[PATCH] ARM: dts: ethanolx: Add label for the master partition
Posted by Konstantin Aladyshev 2 years, 8 months ago
Add label "bmc" for the flash master partition. The master partition
is required for the firmware update in the OpenBMC ecosystem.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
---
 arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
index 6406a0f080ee..889b2fdd19cf 100644
--- a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
@@ -58,6 +58,7 @@ &fmc {
 	flash@0 {
 		status = "okay";
 		m25p,fast-read;
+		label = "bmc";
 		#include "openbmc-flash-layout.dtsi"
 	};
 };
-- 
2.25.1
Re: [PATCH] ARM: dts: ethanolx: Add label for the master partition
Posted by Joel Stanley 2 years, 8 months ago
On Wed, 11 Jan 2023 at 10:01, Konstantin Aladyshev
<aladyshev22@gmail.com> wrote:
>
> Add label "bmc" for the flash master partition. The master partition
> is required for the firmware update in the OpenBMC ecosystem.
>
> Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>

I've merged the 5 patches you sent for submission into v6.3.

If you have a set of device tree patches feel free to send them as a
series next time. I know they're unrelated, but by sending a series
they are easier for the maintainer tools to process as a group.

Cheers,

Joel

> ---
>  arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
> index 6406a0f080ee..889b2fdd19cf 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
> @@ -58,6 +58,7 @@ &fmc {
>         flash@0 {
>                 status = "okay";
>                 m25p,fast-read;
> +               label = "bmc";
>                 #include "openbmc-flash-layout.dtsi"
>         };
>  };
> --
> 2.25.1
>