[PATCH 00/10] Make bootph tags transistive to parents

Simon Glass sjg at chromium.org
Sun Dec 17 17:36:13 CET 2023


The bootph binding[1] is defined such that if a tag is present in a
subnode then it is supposed to apply to the parent node as well.

This series aligned U-Boot with that binding.

It also includes a few clean-ups.

[1] https://github.com/devicetree-org/dt-schema/blob/main/dtschema/
    schemas/bootph.yaml


Simon Glass (10):
  x86: coral: Align bootph SPI-flash subnodes with parent
  fdtgrep: Tidy up a few type warnings and comments
  fdtgrep: Correct ordering of flags
  fdtgrep: Correct references to fdt_find_regions()
  fdtgrep: Tidy up comment for h_include()
  fdtgrep: Simplify code to inverting the match
  fdtgrep: Move property checking into a function
  sandbox: Correct SPL condition for building devicetree
  fdtgrep: Allow propagating properties up to supernodes
  Makefile: Use the fdtgrep -u flag

 arch/x86/dts/chromebook_coral.dts |   6 +-
 scripts/Makefile.lib              |   2 +-
 scripts/Makefile.spl              |   2 +-
 tools/fdtgrep.c                   | 123 ++++++++++++++++++++----------
 4 files changed, 87 insertions(+), 46 deletions(-)

-- 
2.43.0.472.g3155946c3a-goog



More information about the U-Boot mailing list