Re: [PATCH 01/12] fdt_support: include dm/ofnode.h

2023-06-13 Thread Simon Glass
Hi Patrick, On Thu, 8 Jun 2023 at 16:16, Patrick Delaunay wrote: > > This patch is a preliminary patch to use ofnode function > is fdt_support to read the U-Boot device tree with livetree > compatible functions. When will the real patch come? Reviewed-by: Simon Glass Regards, Simon > > Sign

Re: [Uboot-stm32] [PATCH 01/12] fdt_support: include dm/ofnode.h

2023-06-12 Thread Patrice CHOTARD
On 6/8/23 17:16, Patrick Delaunay wrote: > This patch is a preliminary patch to use ofnode function > is fdt_support to read the U-Boot device tree with livetree > compatible functions. > > Signed-off-by: Patrick Delaunay > --- > > common/fdt_support.c | 2 +- > 1 file changed, 1 insertion(+

[PATCH 01/12] fdt_support: include dm/ofnode.h

2023-06-08 Thread Patrick Delaunay
This patch is a preliminary patch to use ofnode function is fdt_support to read the U-Boot device tree with livetree compatible functions. Signed-off-by: Patrick Delaunay --- common/fdt_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fdt_support.c b/common/f