git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
976b90f
)
riscv: dts: lichee-module-4a: Preserve memory node for SPL
author
Yao Zi
<ziyao@disroot.org>
Tue, 13 May 2025 09:04:59 +0000
(09:04 +0000)
committer
Leo 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
patch
|
blob
|
history
diff --git
a/arch/riscv/dts/th1520-lichee-module-4a.dtsi
b/arch/riscv/dts/th1520-lichee-module-4a.dtsi
index
86a81bd
..
20dbc4c
100644
(file)
--- 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;
};
};