Skip to content

Commit

Permalink
riscv: dts: fix memory size for the SiFive HiFive Unmatched
Browse files Browse the repository at this point in the history
commit d095604 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>
  • Loading branch information
crab2313 authored and gregkh committed Aug 12, 2021
1 parent aa11124 commit fb9501e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts
Expand Up @@ -24,7 +24,7 @@

memory@80000000 {
device_type = "memory";
reg = <0x0 0x80000000 0x2 0x00000000>;
reg = <0x0 0x80000000 0x4 0x00000000>;
};

soc {
Expand Down

0 comments on commit fb9501e

Please sign in to comment.