All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] riscv: dts: fix memory size for the SiFive HiFive Unmatched
@ 2021-07-04  8:34 Qiu Wenbo
  2021-07-04  9:15 ` Andreas Schwab
  2021-07-04 10:27 ` Geert Uytterhoeven
  0 siblings, 2 replies; 7+ messages in thread
From: Qiu Wenbo @ 2021-07-04  8:34 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: linux-riscv

The production version of HiFive Unmatched have 16GB memory.

Signed-off-by: Qiu Wenbo <qiuwenbo@kylinos.com.cn>
---
 arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts b/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts
index b1c3c596578f..2e4ea84f27e7 100644
--- a/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts
+++ b/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts
@@ -24,7 +24,7 @@ cpus {
 
 	memory@80000000 {
 		device_type = "memory";
-		reg = <0x0 0x80000000 0x2 0x00000000>;
+		reg = <0x0 0x80000000 0x4 0x00000000>;
 	};
 
 	soc {
-- 
2.32.0




_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2021-08-04  4:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-04  8:34 [PATCH] riscv: dts: fix memory size for the SiFive HiFive Unmatched Qiu Wenbo
2021-07-04  9:15 ` Andreas Schwab
2021-07-04 12:13   ` Vincent Pelletier
2021-07-30 11:54     ` Heinrich Schuchardt
2021-08-04  4:17       ` Palmer Dabbelt
2021-07-04 10:27 ` Geert Uytterhoeven
2021-07-04 10:54   ` Qiu Wenbo

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.