Re: [PATCH 2/2] board: engicam: stm32mp1: convert to livetree

2022-06-17 Thread Patrick DELAUNAY
Hi, On 5/19/22 09:07, Patrick Delaunay wrote: Replace gd->fdt_blob access with fdt_getprop() function to the function ofnode_get_property() to support a live tree. Signed-off-by: Patrick Delaunay --- board/engicam/stm32mp1/stm32mp1.c | 6 ++ 1 file changed, 2 insertions(+), 4

Re: [PATCH 2/2] board: engicam: stm32mp1: convert to livetree

2022-05-20 Thread Patrice CHOTARD
Hi Patrick On 5/19/22 09:07, Patrick Delaunay wrote: > Replace gd->fdt_blob access with fdt_getprop() function to the > function ofnode_get_property() to support a live tree. > > Signed-off-by: Patrick Delaunay > --- > > board/engicam/stm32mp1/stm32mp1.c | 6 ++ > 1 file changed, 2

[PATCH 2/2] board: engicam: stm32mp1: convert to livetree

2022-05-19 Thread Patrick Delaunay
Replace gd->fdt_blob access with fdt_getprop() function to the function ofnode_get_property() to support a live tree. Signed-off-by: Patrick Delaunay --- board/engicam/stm32mp1/stm32mp1.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git