Re: [U-Boot] [PATCH v2 07/16] dtoc: Update the Fdt class to record phandles

2017-09-15 Thread sjg
Add a map from phandles to nodes. This can be used by clients of the the class instead of maintaining this themselves. Signed-off-by: Simon Glass --- Changes in v2: None tools/dtoc/fdt.py | 5 + 1 file changed, 5 insertions(+) Applied to u-boot-fdt thanks!

[U-Boot] [PATCH v2 07/16] dtoc: Update the Fdt class to record phandles

2017-08-29 Thread Simon Glass
Add a map from phandles to nodes. This can be used by clients of the the class instead of maintaining this themselves. Signed-off-by: Simon Glass --- Changes in v2: None tools/dtoc/fdt.py | 5 + 1 file changed, 5 insertions(+) diff --git a/tools/dtoc/fdt.py