Re: [RFC PATCH 1/2] board: dhelectronics: stm32mp1: convert to livetree

2022-05-20 Thread Marek Vasut
On 5/19/22 18:46, Patrick Delaunay wrote: Replace call to fdt_*() functions and access to gd->fdt_blob with call to ofnode_*() functions to support a live tree. Signed-off-by: Patrick Delaunay I see your point regarding the speed up, wow. Tested-by: Marek Vasut

[RFC PATCH 1/2] board: dhelectronics: stm32mp1: convert to livetree

2022-05-19 Thread Patrick Delaunay
Replace call to fdt_*() functions and access to gd->fdt_blob with call to ofnode_*() functions to support a live tree. Signed-off-by: Patrick Delaunay --- board/dhelectronics/dh_stm32mp1/board.c | 38 +++-- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/boar