]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: bletchley: Rename flash1 label
authorPotin Lai <potin.lai.pt@gmail.com>
Mon, 26 Dec 2022 05:45:34 +0000 (13:45 +0800)
committerJoel Stanley <joel@jms.id.au>
Mon, 23 Jan 2023 03:46:49 +0000 (14:16 +1030)
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>
arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts

index a619eec70633a38456267fe71ac7e0d0f10846e4..791f83aaac5060a8326a570e9b0085f61bdc2642 100644 (file)
        flash@1 {
                status = "okay";
                m25p,fast-read;
-               label = "flash1";
+               label = "alt-bmc";
                spi-max-frequency = <50000000>;
        };
 };