Re: [U-Boot] [PATCH v3 06/12] libfdt: Add max phandle retrieval function

2016-06-25 Thread Simon Glass
On 24 June 2016 at 08:27, Maxime Ripard wrote: > Add a function to retrieve the highest phandle in a given device tree. > > Signed-off-by: Maxime Ripard > Reviewed-by: Stefan Agner > --- > include/libfdt.h| 13 + > lib/libfdt/fdt_ro.c | 26 ++ > 2 files c

[U-Boot] [PATCH v3 06/12] libfdt: Add max phandle retrieval function

2016-06-24 Thread Maxime Ripard
Add a function to retrieve the highest phandle in a given device tree. Signed-off-by: Maxime Ripard Reviewed-by: Stefan Agner --- include/libfdt.h| 13 + lib/libfdt/fdt_ro.c | 26 ++ 2 files changed, 39 insertions(+) diff --git a/include/libfdt.h b/inclu