[PATCH u-boot v2019.04-aspeed-openbmc 1/2] ARM: dts: Aspeed: Rainier: Run NOR at 40MHz

Eddie James eajames at linux.ibm.com
Wed Jul 1 02:33:43 AEST 2020


The BMC card for the Rainier system is designed to run the NOR chip at
40MHz.

Signed-off-by: Eddie James <eajames at linux.ibm.com>
---
 arch/arm/dts/ast2600-rainier.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/ast2600-rainier.dts b/arch/arm/dts/ast2600-rainier.dts
index ce530eb..3799cca 100644
--- a/arch/arm/dts/ast2600-rainier.dts
+++ b/arch/arm/dts/ast2600-rainier.dts
@@ -75,7 +75,7 @@
 		// TODO: what compatible strings should be here?
 		compatible = "spi-flash", "sst,w25q256";
 		status = "okay";
-		spi-max-frequency = <50000000>;
+		spi-max-frequency = <40000000>;
 		spi-tx-bus-width = <2>;
 		spi-rx-bus-width = <2>;
 	};
@@ -83,7 +83,7 @@
 	flash at 1 {
 		compatible = "spi-flash", "sst,w25q256";
 		status = "okay";
-		spi-max-frequency = <50000000>;
+		spi-max-frequency = <40000000>;
 		spi-tx-bus-width = <2>;
 		spi-rx-bus-width = <2>;
 	};
-- 
1.8.3.1



More information about the openbmc mailing list