summaryrefslogtreecommitdiff
path: root/arch/riscv
diff options
context:
space:
mode:
authorQiu Wenbo <qiuwenbo@kylinos.com.cn>2021-07-04 11:34:41 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-08-12 14:32:26 +0300
commitfb9501ef203d4e0cd6ca612538cf58f5c349cb90 (patch)
tree12ddbeae763b410bc86c2e665fd2610d64656a20 /arch/riscv
parentaa11124534b9af41f8daa0394ebec1cd7d4ea68a (diff)
downloadlinux-fb9501ef203d4e0cd6ca612538cf58f5c349cb90.tar.xz
riscv: dts: fix memory size for the SiFive HiFive Unmatched
commit d09560435cb712c9ec1e62b8a43a79b0af69fe77 upstream. The production version of HiFive Unmatched have 16GB memory. Signed-off-by: Qiu Wenbo <qiuwenbo@kylinos.com.cn> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/riscv')
-rw-r--r--arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts2
1 files changed, 1 insertions, 1 deletions
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 @@
memory@80000000 {
device_type = "memory";
- reg = <0x0 0x80000000 0x2 0x00000000>;
+ reg = <0x0 0x80000000 0x4 0x00000000>;
};
soc {