* [PATCH u-boot v2019.04-aspeed-openbmc 1/2] ARM: dts: Aspeed: Rainier: Run NOR at 40MHz
@ 2020-06-30 16:33 Eddie James
2020-06-30 16:33 ` [PATCH u-boot v2019.04-aspeed-openbmc 2/2] ARM: dts: Aspeed: Tacoma: " Eddie James
0 siblings, 1 reply; 2+ messages in thread
From: Eddie James @ 2020-06-30 16:33 UTC (permalink / raw)
To: openbmc; +Cc: joel, Eddie James
The BMC card for the Rainier system is designed to run the NOR chip at
40MHz.
Signed-off-by: Eddie James <eajames@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@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH u-boot v2019.04-aspeed-openbmc 2/2] ARM: dts: Aspeed: Tacoma: Run NOR at 40MHz
2020-06-30 16:33 [PATCH u-boot v2019.04-aspeed-openbmc 1/2] ARM: dts: Aspeed: Rainier: Run NOR at 40MHz Eddie James
@ 2020-06-30 16:33 ` Eddie James
0 siblings, 0 replies; 2+ messages in thread
From: Eddie James @ 2020-06-30 16:33 UTC (permalink / raw)
To: openbmc; +Cc: joel, Eddie James
The Tacoma card is designed to run the NOR chip at 40MHz.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
arch/arm/dts/ast2600-tacoma.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/ast2600-tacoma.dts b/arch/arm/dts/ast2600-tacoma.dts
index 22b9f39..a148aa7 100644
--- a/arch/arm/dts/ast2600-tacoma.dts
+++ b/arch/arm/dts/ast2600-tacoma.dts
@@ -66,7 +66,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>;
};
@@ -74,7 +74,7 @@
flash@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-30 16:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-30 16:33 [PATCH u-boot v2019.04-aspeed-openbmc 1/2] ARM: dts: Aspeed: Rainier: Run NOR at 40MHz Eddie James
2020-06-30 16:33 ` [PATCH u-boot v2019.04-aspeed-openbmc 2/2] ARM: dts: Aspeed: Tacoma: " Eddie James
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.