Skip to content

Commit

Permalink
ARM: dts: aspeed: yosemite4: adjust secondary flash name
Browse files Browse the repository at this point in the history
Meta (Facebook) has a preference for all of our secondary flash
chips to be labelled "alt-bmc" for consistency of userspace tools
deal with updates.  Bletchley, Harma, Minerva, and Catalina all
follow this convention but for some reason Yosemite4 is different.

Adjust the label in the dts to match the other platforms.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Link: https://patch.msgid.link/20250107162726.232402-1-patrick@stwcx.xyz
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
  • Loading branch information
Patrick Williams authored and Andrew Jeffery committed Jan 8, 2025
1 parent a80d1ad commit 3540adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
flash@1 {
status = "okay";
m25p,fast-read;
label = "bmc2";
label = "alt-bmc";
spi-tx-bus-width = <2>;
spi-rx-bus-width = <2>;
spi-max-frequency = <50000000>;
Expand Down

0 comments on commit 3540adc

Please sign in to comment.