ARM: dts: aspeed: ethanolx: Add label for the master partition
authorKonstantin Aladyshev <aladyshev22@gmail.com>
Wed, 11 Jan 2023 10:01:04 +0000 (13:01 +0300)
committerJoel Stanley <joel@jms.id.au>
Mon, 23 Jan 2023 03:46:48 +0000 (14:16 +1030)
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>
Link: https://lore.kernel.org/r/20230111100105.707-1-aladyshev22@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts

index f1f9c3f7e63fb39729d1660ecac04137b9107b59..e1f97721ada5c20cd07b609b4b48afa356799df5 100644 (file)
@@ -59,6 +59,7 @@
        flash@0 {
                status = "okay";
                m25p,fast-read;
+               label = "bmc";
                #include "openbmc-flash-layout.dtsi"
        };
 };