commit | 8840bc56fb8510a6284f0334f2236a302fe934dc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 03 06:01:18 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:27 2021 +1300 |
tree | 3e62c5911f2d122e1b4811463a054fe2f2620816 | |
parent | c4085d733bd22cc77815283f72fda56240e76a45 [diff] |
dtoc: Tidy up the list of supported phandle properties 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>