bootph tags should be transistive to parents
A bootph-all tag in a child should result in the same tag in the parent.
This is actually how the binding is written. While there is no obvious, elegant way to implement this, a brute-force approach would be to pre-process the .dtb to add imputed tags in the parents, before doing anything else.