Re: [PATCH 6/7] mach-snapdragon: board interface to enforce fdt

2025-04-07 Thread Jorge Ramirez
On 07/04/25 12:02:31, Caleb Connolly wrote: > Hi Jorge, > > On 4/7/25 10:19, Jorge Ramirez-Ortiz wrote: > > Some platforms might require the external fdt to boot. > > The better way to do this is to use the u-boot-nodtb.bin to build your boot > image rather than the one which includes the interna

Re: [PATCH 6/7] mach-snapdragon: board interface to enforce fdt

2025-04-07 Thread Caleb Connolly
Hi Jorge, On 4/7/25 10:19, Jorge Ramirez-Ortiz wrote: Some platforms might require the external fdt to boot. The better way to do this is to use the u-boot-nodtb.bin to build your boot image rather than the one which includes the internal FDT. If that works I'd prefer it (and it can be menti

Re: [PATCH 6/7] mach-snapdragon: board interface to enforce fdt

2025-04-07 Thread Jorge Ramirez
On 07/04/25 11:04:30, neil.armstr...@linaro.org wrote: > Hi, > > On 07/04/2025 10:19, Jorge Ramirez-Ortiz wrote: > > Some platforms might require the external fdt to boot. > > Why ? we may want to build the fdt in, and discard the external fdt for some > reasons. on the db820c, the device tree

Re: [PATCH 6/7] mach-snapdragon: board interface to enforce fdt

2025-04-07 Thread neil . armstrong
Hi, On 07/04/2025 10:19, Jorge Ramirez-Ortiz wrote: Some platforms might require the external fdt to boot. Why ? we may want to build the fdt in, and discard the external fdt for some reasons. This change provides a mechanism to the board initializaion code to make the requet explicit. Si

[PATCH 6/7] mach-snapdragon: board interface to enforce fdt

2025-04-07 Thread Jorge Ramirez-Ortiz
Some platforms might require the external fdt to boot. This change provides a mechanism to the board initializaion code to make the requet explicit. Signed-off-by: Jorge Ramirez-Ortiz --- arch/arm/mach-snapdragon/board.c | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/ar