[PATCH 0/4] dt-bindings: treewide: don't check node names

Wolfram Sang wsa+renesas at sang-engineering.com
Sun Oct 19 23:09:49 PDT 2025


Node names are already and properly checked by the core schema. No need
to do it again.

These are all occurrences I found in linux-next as of 20251015. I did
run dt_bindings_check successfully. I haven't done a way to run
dtbs_check yet because I would need to identify the proper architecture
first, right? Is there some tool which tests all DTs of a certain
binding? At least build bot is happy, I don't know if it checks DTs as
well, though.

I'd suggest to give subsystems some time to pick these patches before
Rob applies the remaining ones?


Wolfram Sang (4):
  dt-bindings: bus: don't check node names
  dt-bindings: nvmem: don't check node names
  ASoC: dt-bindings: don't check node names
  dt-bindings: spi: don't check node names

 .../devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml        | 2 +-
 .../devicetree/bindings/bus/fsl,imx8qxp-pixel-link-msi-bus.yaml | 2 +-
 Documentation/devicetree/bindings/bus/st,stm32-etzpc.yaml       | 2 +-
 Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml   | 2 +-
 Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml     | 2 +-
 Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml       | 2 +-
 Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml      | 2 +-
 Documentation/devicetree/bindings/spi/spi-controller.yaml       | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.47.2




More information about the linux-arm-kernel mailing list