U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] starfive: visionfive2: add device tree overlay support
@ 2023-11-20  2:35 John Clark
  2023-11-20 10:32 ` John Clark
  2023-12-04 12:53 ` Leo Liang
  0 siblings, 2 replies; 3+ messages in thread
From: John Clark @ 2023-11-20  2:35 UTC (permalink / raw)
  To: Leo Yu-Chi Liang; +Cc: John Clark, Yanhong Wang, u-boot

device tree overlay support requires fdtoverlay_addr_r to be set

before
~~~~~~
Invalid fdtoverlay_addr_r for loading overlays

after
~~~~~
Retrieving file: /boot/overlay/rtc-ds3231.dtbo

Signed-off-by: John Clark <inindev@gmail.com>
---

 include/configs/starfive-visionfive2.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/starfive-visionfive2.h b/include/configs/starfive-visionfive2.h
index ff43113f24..29c74470c7 100644
--- a/include/configs/starfive-visionfive2.h
+++ b/include/configs/starfive-visionfive2.h
@@ -40,6 +40,7 @@
 	"kernel_comp_addr_r=0x88000000\0" \
 	"kernel_comp_size=0x4000000\0" \
 	"fdt_addr_r=0x46000000\0" \
+	"fdtoverlay_addr_r=0x45800000\0" \
 	"scriptaddr=0x43900000\0" \
 	"pxefile_addr_r=0x45900000\0" \
 	"ramdisk_addr_r=0x46100000\0" \
-- 
2.42.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-04 12:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-20  2:35 [PATCH] starfive: visionfive2: add device tree overlay support John Clark
2023-11-20 10:32 ` John Clark
2023-12-04 12:53 ` Leo Liang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox