Re: [PATCH 4/7] dtoc: Add support for reading string-list properties

2021-12-05 Thread Simon Glass
Add a function to read a list of strings from the devicetree. Signed-off-by: Simon Glass --- tools/dtoc/fdt_util.py | 21 + tools/dtoc/test_fdt.py | 9 + 2 files changed, 30 insertions(+) Applied to u-boot-dm/next, thanks!

[PATCH 4/7] dtoc: Add support for reading string-list properties

2021-11-23 Thread Simon Glass
Add a function to read a list of strings from the devicetree. Signed-off-by: Simon Glass --- tools/dtoc/fdt_util.py | 21 + tools/dtoc/test_fdt.py | 9 + 2 files changed, 30 insertions(+) diff --git a/tools/dtoc/fdt_util.py b/tools/dtoc/fdt_util.py index