]> git.dujemihanovic.xyz Git - u-boot.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)
commit8f5afe21aed8b8ed4d75678a4e8972e7d8a23a6b
treea28c83d09df5ad37e1cbcddb65daa21dbada467c
parentc1157860c5e9ca45e41859e013ed83919e7397f0
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