]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Add a way to read a phandle with params
authorSimon Glass <sjg@chromium.org>
Wed, 11 Jan 2023 23:10:18 +0000 (16:10 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 18 Jan 2023 21:55:41 +0000 (14:55 -0700)
commit818eedfd4824cb9b5d7ac106b618fb9afdcb35a6
treea28c83d09df5ad37e1cbcddb65daa21dbada467c
parentfb2c5d4dfb4d157a47dbb2fad7c38ea347d0318b
dtoc: Add a way to read a phandle with params

Add a function to read a phandle and associated name and offset. This is
useful for binman.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/fdt_util.py
tools/dtoc/test/dtoc_test_phandle.dts
tools/dtoc/test_dtoc.py
tools/dtoc/test_fdt.py