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

2016-07-05 Thread David Gibson
On Tue, Jul 05, 2016 at 10:26:39AM +0200, 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 > Acked-by: Simon Glass > --- > include/libfdt.h| 13 + > lib/libfdt/fdt_ro.c | 2

[U-Boot] [PATCH v4 06/13] libfdt: Add max phandle retrieval function

2016-07-05 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 Acked-by: Simon Glass --- include/libfdt.h| 13 + lib/libfdt/fdt_ro.c | 26 ++ 2 files changed, 39 insertions(+) diff --git a/i