]> git.itanic.dy.fi Git - linux-stable/commitdiff
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 May 2023 09:53:46 +0000 (11:53 +0200)
commit 9dedb724446913ea7b1591b4b3d2e3e909090980 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/aspeed-bmc-asrock-e3c246d4i.dts
arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts

index 9b4cf5ebe6d5fc2d46c6e314314967ed6f309210..c62aff908ab4806acb37e4b63bf27da98fcae24c 100644 (file)
@@ -63,7 +63,7 @@ flash@0 {
                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 ff4c07c69af1cd291de0aff45ee2fd3ecaa6b1ac..723438ad6ce8f2659aa15bcd4a2bec16873483c0 100644 (file)
@@ -51,7 +51,7 @@ flash@0 {
                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"
        };
 };