]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
riscv: dts: lichee-module-4a: Preserve memory node for SPL
authorYao Zi <ziyao@disroot.org>
Tue, 13 May 2025 09:04:59 +0000 (09:04 +0000)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 21 May 2025 08:49:52 +0000 (16:49 +0800)
Memory node is necessary for TH1520 SPL to configure size and base
address of DRAM. Let's preserve it in SPL devicetree blob.

Signed-off-by: Yao Zi <ziyao@disroot.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/dts/th1520-lichee-module-4a.dtsi

index 86a81bdcf77ed5eb9e54692dcb0b8cdc0acd13a2..20dbc4c7d24989071560a8ee84be76259f235cc1 100644 (file)
@@ -14,6 +14,7 @@
        memory@0 {
                device_type = "memory";
                reg = <0x0 0x00000000 0x2 0x00000000>;
+               bootph-pre-ram;
        };
 };