diff options
author | Moteen Shah <m-shah@ti.com> | 2025-05-16 17:11:47 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-26 09:58:41 -0600 |
commit | d85d15fdfebd040e58bdf80e40ef09d67a8ac808 (patch) | |
tree | e5fd4f0f8411dec25bfa34d6cc4af0b514d403d3 /tools/binman/ftest.py | |
parent | 9cd88f0eab903997754b2f9e021156b6084052ee (diff) |
tools: binman: control.py: Propagate bootph-all/bootph-some-ram properties to supernodes
As per bootph schema, bootph-* property in child node should be
implied in their parent, but this feature is not implemented in
the U-Boot proper stage (before relocation) resulting in devices
not being bound because of the missing bootph-all or bootph-some-ram
property in the parent node.
To mitigate this issue, add a function to scan through all the nodes
in the device-tree for bootph-all and bootph-some-ram properties. If
found, propagate it to all of its parent nodes up the hierarchy.
Signed-off-by: Moteen Shah <m-shah@ti.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Diffstat (limited to 'tools/binman/ftest.py')
0 files changed, 0 insertions, 0 deletions