In the U-Boot pre-relocation stage, if the parent node lacks bootph* property and the driver lacks a pre-reloc flag, all of its subsequent subnodes gets skipped over from driver binding—even if they have a bootph* property.
This series addresses the issue by scanning through all the nodes during build time and adds the bootph-* property to all of its supernode. Change since v1: https://lore.kernel.org/u-boot/20250212091820.213895-1-m-s...@ti.com/ - Change of approach to do the bootph-* property addition during build time instead of run time, saving boot time delays seen in V1. Moteen Shah (2): tools: binman: control.py: Propagate bootph-* properties to supernodes tools: binman: ftest.py: Add testcase for bootph-* propagation tools/binman/control.py | 35 ++++++++++++++++++++++++++- tools/binman/ftest.py | 17 +++++++++++++ tools/binman/test/347_bootph_prop.dts | 19 +++++++++++++++ 3 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 tools/binman/test/347_bootph_prop.dts -- 2.34.1