ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks
authorZev Weiss <zev@bewilderbeest.net>
Fri, 24 Feb 2023 00:04:00 +0000 (16:04 -0800)
committerJoel Stanley <joel@jms.id.au>
Mon, 6 Mar 2023 00:53:18 +0000 (11:23 +1030)
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 <zev@bewilderbeest.net>
Cc: stable@vger.kernel.org
Fixes: 2b81613ce417 ("ARM: dts: aspeed: Add ASRock E3C246D4I BMC")
Fixes: a9a3d60b937a ("ARM: dts: aspeed: Add ASRock ROMED8HM3 BMC")
Link: https://lore.kernel.org/r/20230224000400.12226-4-zev@bewilderbeest.net
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-asrock-e3c246d4i.dts
arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts

index 67a75aeafc2bbc7216c2f9fc609bd0e3aa287103..c4b2efbfdf56d18f2c668c5572e3e83bbb16630a 100644 (file)
@@ -63,7 +63,7 @@
                status = "okay";
                m25p,fast-read;
                label = "bmc";
-               spi-max-frequency = <100000000>; /* 100 MHz */
+               spi-max-frequency = <50000000>; /* 50 MHz */
 #include "openbmc-flash-layout.dtsi"
        };
 };
index 00efe1a93a694dca6c74a9976ef8b41b34cdae55..4554abf0c7cdf2153356735c330ae43a6767606c 100644 (file)
@@ -51,7 +51,7 @@
                status = "okay";
                m25p,fast-read;
                label = "bmc";
-               spi-max-frequency = <100000000>; /* 100 MHz */
+               spi-max-frequency = <50000000>; /* 50 MHz */
 #include "openbmc-flash-layout-64.dtsi"
        };
 };