diff options
| author | Yao Zi <[email protected]> | 2025-05-13 09:04:59 +0000 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-05-21 16:49:52 +0800 |
| commit | 17582da96c30435d9356a0cd5b74bee41a48c578 (patch) | |
| tree | 501f66ad950bbb87a5dca00222a475bb0049c9b0 | |
| parent | 976b90f9dac27a2d29064f23cfc3b3cd12417bc8 (diff) | |
riscv: dts: lichee-module-4a: Preserve memory node for SPL
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 <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
| -rw-r--r-- | arch/riscv/dts/th1520-lichee-module-4a.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/dts/th1520-lichee-module-4a.dtsi b/arch/riscv/dts/th1520-lichee-module-4a.dtsi index 86a81bdcf77..20dbc4c7d24 100644 --- a/arch/riscv/dts/th1520-lichee-module-4a.dtsi +++ b/arch/riscv/dts/th1520-lichee-module-4a.dtsi @@ -14,6 +14,7 @@ memory@0 { device_type = "memory"; reg = <0x0 0x00000000 0x2 0x00000000>; + bootph-pre-ram; }; }; |
