
7 Feb
2021
7 Feb
'21
1:16 a.m.
For now dtoc only supports a hard-coded list of phandle properties, to avoid any situation where it makes a mistake in its determination.
Make this into a constant dict, recording both the phandle property name and the associated #cells property in the target node. This makes it easier to find and modify.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - New patch
tools/dtoc/dtb_platdata.py | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-)
Applied to u-boot-dm, thanks!