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

2022-06-17 Thread Patrick DELAUNAY
Hi, On 6/6/22 16:04, Patrick Delaunay wrote: Replace call to fdt_*() functions and access to gd->fdt_blob with call to ofnode_*() functions to support a live tree. Tested-by: Marek Vasut Signed-off-by: Patrick Delaunay --- Changes in v1: - previously sent as RFC, Tested by Marek

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

2022-06-15 Thread Patrice CHOTARD
Hi Patrick On 6/6/22 16:04, Patrick Delaunay wrote: > Replace call to fdt_*() functions and access to gd->fdt_blob > with call to ofnode_*() functions to support a live tree. > > Tested-by: Marek Vasut > Signed-off-by: Patrick Delaunay > --- > > Changes in v1: > - previously sent as RFC,

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

2022-06-06 Thread Patrick Delaunay
Replace call to fdt_*() functions and access to gd->fdt_blob with call to ofnode_*() functions to support a live tree. Tested-by: Marek Vasut Signed-off-by: Patrick Delaunay --- Changes in v1: - previously sent as RFC, Tested by Marek