[PATCH 02/17] dtoc: Add support for reading 64-bit ints
Simon Glass
sjg at chromium.org
Thu Dec 2 22:18:09 CET 2021
Add functions to read a 64-bit integer property from the devicetree.
Signed-off-by: Simon Glass <sjg at 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!
More information about the U-Boot
mailing list