This is a note to let you know that I've just added the patch titled riscv: dts: fix memory size for the SiFive HiFive Unmatched to the 5.13-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: riscv-dts-fix-memory-size-for-the-sifive-hifive-unmatched.patch and it can be found in the queue-5.13 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From d09560435cb712c9ec1e62b8a43a79b0af69fe77 Mon Sep 17 00:00:00 2001 From: Qiu Wenbo <qiuwenbo@xxxxxxxxxxxxxx> Date: Sun, 4 Jul 2021 16:34:41 +0800 Subject: riscv: dts: fix memory size for the SiFive HiFive Unmatched From: Qiu Wenbo <qiuwenbo@xxxxxxxxxxxxxx> commit d09560435cb712c9ec1e62b8a43a79b0af69fe77 upstream. The production version of HiFive Unmatched have 16GB memory. Signed-off-by: Qiu Wenbo <qiuwenbo@xxxxxxxxxxxxxx> Signed-off-by: Palmer Dabbelt <palmerdabbelt@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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 { Patches currently in stable-queue which might be from qiuwenbo@xxxxxxxxxxxxxx are queue-5.13/riscv-dts-fix-memory-size-for-the-sifive-hifive-unmatched.patch