riscv:dts:jh7110: Modify CMA reserved space to better support 2G DRAM
authorsamin <samin.guo@starfivetech.com>
Mon, 26 Sep 2022 04:33:27 +0000 (12:33 +0800)
committersamin <samin.guo@starfivetech.com>
Mon, 26 Sep 2022 04:39:10 +0000 (12:39 +0800)
When the DDR is 2G (0x40000000-0xc0000000), it may cause address usage
problems.

Signed-off-by: samin <samin.guo@starfivetech.com>
arch/riscv/boot/dts/starfive/jh7110-common.dtsi

index 37ea0be..bd9cedb 100755 (executable)
@@ -53,7 +53,7 @@
                        reusable;
                        size = <0x0 0x20000000>;
                        alignment = <0x0 0x1000>;
-                       alloc-ranges = <0x0 0xa0000000 0x0 0x20000000>;
+                       alloc-ranges = <0x0 0x80000000 0x0 0x20000000>;
                        linux,cma-default;
                };