All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-5.4 0/2] ARM: dts: Aspeed: Fix NOR speeds for IBM cards
@ 2020-06-30 16:24 Eddie James
  2020-06-30 16:24 ` [PATCH linux dev-5.4 1/2] ARM: dts: Aspeed: Rainier: Run NOR at 40MHz Eddie James
  2020-06-30 16:24 ` [PATCH linux dev-5.4 2/2] ARM: dts: Aspeed: Tacoma: " Eddie James
  0 siblings, 2 replies; 3+ messages in thread
From: Eddie James @ 2020-06-30 16:24 UTC (permalink / raw)
  To: openbmc; +Cc: joel, elkowals, Eddie James

The Tacoma and Ingraham cards are designed to run the NOR at 40MHz.

Eddie James (2):
  ARM: dts: Aspeed: Rainier: Run NOR at 40MHz
  ARM: dts: Aspeed: Tacoma: Run NOR at 40MHz

 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 2 +-
 arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH linux dev-5.4 1/2] ARM: dts: Aspeed: Rainier: Run NOR at 40MHz
  2020-06-30 16:24 [PATCH linux dev-5.4 0/2] ARM: dts: Aspeed: Fix NOR speeds for IBM cards Eddie James
@ 2020-06-30 16:24 ` Eddie James
  2020-06-30 16:24 ` [PATCH linux dev-5.4 2/2] ARM: dts: Aspeed: Tacoma: " Eddie James
  1 sibling, 0 replies; 3+ messages in thread
From: Eddie James @ 2020-06-30 16:24 UTC (permalink / raw)
  To: openbmc; +Cc: joel, elkowals, 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/boot/dts/aspeed-bmc-ibm-rainier.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
index 0b5c6cc..0a7cdf9 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
@@ -705,7 +705,7 @@
 		status = "okay";
 		m25p,fast-read;
 		label = "bmc";
-		spi-max-frequency = <50000000>;
+		spi-max-frequency = <40000000>;
 #include "openbmc-flash-layout-128.dtsi"
 	};
 };
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH linux dev-5.4 2/2] ARM: dts: Aspeed: Tacoma: Run NOR at 40MHz
  2020-06-30 16:24 [PATCH linux dev-5.4 0/2] ARM: dts: Aspeed: Fix NOR speeds for IBM cards Eddie James
  2020-06-30 16:24 ` [PATCH linux dev-5.4 1/2] ARM: dts: Aspeed: Rainier: Run NOR at 40MHz Eddie James
@ 2020-06-30 16:24 ` Eddie James
  1 sibling, 0 replies; 3+ messages in thread
From: Eddie James @ 2020-06-30 16:24 UTC (permalink / raw)
  To: openbmc; +Cc: joel, elkowals, 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/boot/dts/aspeed-bmc-opp-tacoma.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
index 96a4501..b5971fa 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
@@ -134,7 +134,7 @@
 		status = "okay";
 		m25p,fast-read;
 		label = "bmc";
-		spi-max-frequency = <50000000>;
+		spi-max-frequency = <40000000>;
 #include "openbmc-flash-layout-128.dtsi"
 	};
 
@@ -142,7 +142,7 @@
 		status = "okay";
 		m25p,fast-read;
 		label = "alt-bmc";
-		spi-max-frequency = <50000000>;
+		spi-max-frequency = <40000000>;
 	};
 };
 
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-30 16:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-30 16:24 [PATCH linux dev-5.4 0/2] ARM: dts: Aspeed: Fix NOR speeds for IBM cards Eddie James
2020-06-30 16:24 ` [PATCH linux dev-5.4 1/2] ARM: dts: Aspeed: Rainier: Run NOR at 40MHz Eddie James
2020-06-30 16:24 ` [PATCH linux dev-5.4 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.