All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-4.7 1/2] ARM: dts: aspeed: Fix RAM size in Romulus and Witherspoon
@ 2017-02-21  5:12 Joel Stanley
  2017-02-21  5:12 ` [PATCH linux dev-4.7 2/2] ARM: dts: aspeed: Reserve memory on all P9 machines Joel Stanley
  2017-02-21  7:00 ` [PATCH linux dev-4.7 1/2] ARM: dts: aspeed: Fix RAM size in Romulus and Witherspoon Mine
  0 siblings, 2 replies; 9+ messages in thread
From: Joel Stanley @ 2017-02-21  5:12 UTC (permalink / raw)
  To: openbmc; +Cc: Cyril Bur, Lei YU, Xo Wang

They both contain 512M of RAM. Early bringup Witherspoons did have 1G,
but all machines we are using now have 512M.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts     | 2 +-
 arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
index 85e545110be6..58baf87454e2 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
@@ -17,7 +17,7 @@
 	};
 
 	memory {
-		reg = <0x80000000 0x40000000>;
+		reg = <0x80000000 0x20000000>;
 	};
 
 	fsi-master {
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
index 4b2d8aa8abb6..2cbdeba88908 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
@@ -17,7 +17,7 @@
 	};
 
 	memory {
-		reg = <0x80000000 0x40000000>;
+		reg = <0x80000000 0x20000000>;
 	};
 
 	reserved-memory {
-- 
2.11.0

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

end of thread, other threads:[~2017-02-25  5:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-21  5:12 [PATCH linux dev-4.7 1/2] ARM: dts: aspeed: Fix RAM size in Romulus and Witherspoon Joel Stanley
2017-02-21  5:12 ` [PATCH linux dev-4.7 2/2] ARM: dts: aspeed: Reserve memory on all P9 machines Joel Stanley
2017-02-22  2:25   ` Suraj Jitindar Singh
2017-02-23  3:34   ` Mine
2017-02-23  4:00     ` Joel Stanley
2017-02-23 18:36     ` Xo Wang
2017-02-25  5:52       ` Lei YU
2017-02-21  7:00 ` [PATCH linux dev-4.7 1/2] ARM: dts: aspeed: Fix RAM size in Romulus and Witherspoon Mine
2017-02-22 13:55   ` Joel Stanley

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.