Re: [PATCH] dt-bindings: arm: omap: Convert L4 interconnect to DT schema

From: Rob Herring (Arm)

Date: Wed Jul 22 2026 - 16:39:28 EST



On Wed, 22 Jul 2026 17:18:40 +0000, Eduard Bostina wrote:
> Convert the Texas Instruments OMAP L4 interconnect bus bindings
> to DT schema.
>
> During the conversion, several updates were made:
> - Defined the compatible property as an array to require
> the TI-specific string first, followed by either 'simple-bus' or
> 'simple-pm-bus'.
> - Added a 'select' block to ensure this schema is only
> applied to TI-specific nodes, preventing duplicate
> schema warnings against the core simple-pm-bus.yaml.
> - Made 'reg' and 'reg-names' optional.
>
> Signed-off-by: Eduard Bostina <egbostina@xxxxxxxxx>
> ---
> .../devicetree/bindings/arm/omap/l4.txt | 37 --------
> .../bindings/arm/omap/ti,omap-l4.yaml | 93 +++++++++++++++++++
> 2 files changed, 93 insertions(+), 37 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/arm/omap/l4.txt
> create mode 100644 Documentation/devicetree/bindings/arm/omap/ti,omap-l4.yaml
>

My bot found errors running 'make dt_binding_check' on your patch:

yamllint warnings/errors:

dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/arm/omap/ti,omap-l4.example.dtb: interconnect@48000000 (ti,omap4-l4-per): $nodename:0: 'interconnect@48000000' does not match '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'
from schema $id: http://devicetree.org/schemas/simple-bus.yaml

doc reference errors (make refcheckdocs):

See https://patchwork.kernel.org/project/devicetree/patch/20260722171840.299303-1-egbostina@xxxxxxxxx

The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.

If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:

pip3 install dtschema --upgrade

Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.