Skip to content

Commit 9dedb72

Browse files
zevweissshenki
authored andcommitted
ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks
While I'm not aware of any problems that have occurred running these at 100 MHz, the official word from ASRock is that 50 MHz is the correct speed to use, so let's be safe and use that instead. Signed-off-by: Zev Weiss <[email protected]> Cc: [email protected] Fixes: 2b81613 ("ARM: dts: aspeed: Add ASRock E3C246D4I BMC") Fixes: a9a3d60 ("ARM: dts: aspeed: Add ASRock ROMED8HM3 BMC") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent 8bc5ae1 commit 9dedb72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/aspeed-bmc-asrock-e3c246d4i.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
status = "okay";
6464
m25p,fast-read;
6565
label = "bmc";
66-
spi-max-frequency = <100000000>; /* 100 MHz */
66+
spi-max-frequency = <50000000>; /* 50 MHz */
6767
#include "openbmc-flash-layout.dtsi"
6868
};
6969
};

arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
status = "okay";
5252
m25p,fast-read;
5353
label = "bmc";
54-
spi-max-frequency = <100000000>; /* 100 MHz */
54+
spi-max-frequency = <50000000>; /* 50 MHz */
5555
#include "openbmc-flash-layout-64.dtsi"
5656
};
5757
};

0 commit comments

Comments
 (0)