
2 Dec
2021
2 Dec
'21
10:18 p.m.
Add functions to read a 64-bit integer property from the devicetree.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/dtoc/fdt_util.py | 35 ++++++++++++++++++++++++++++ tools/dtoc/test/dtoc_test_simple.dts | 1 + tools/dtoc/test_dtoc.py | 2 ++ tools/dtoc/test_fdt.py | 21 ++++++++++++++--- 4 files changed, 56 insertions(+), 3 deletions(-)
Applied to u-boot-dm/next, thanks!