diff options
| author | Moteen Shah <[email protected]> | 2025-05-16 17:11:47 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-26 09:58:41 -0600 |
| commit | d85d15fdfebd040e58bdf80e40ef09d67a8ac808 (patch) | |
| tree | e5fd4f0f8411dec25bfa34d6cc4af0b514d403d3 /include | |
| 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 <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
