Re: [PATCH v3] dt-bindings: arm: omap: Convert L4 interconnect to DT schema
From: Rob Herring (Arm)
Date: Tue Aug 11 2026 - 14:12:56 EST
On Mon, 10 Aug 2026 13:40:51 +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.
> - Added the L4 compatible strings used by the boards but missing from
> the text binding, and corrected the 'ti,am3-l4-wkup' typo to
> 'ti,am33xx-l4-wkup'.
> - Made 'reg' and 'reg-names' optional.
>
> Signed-off-by: Eduard Bostina <egbostina@xxxxxxxxx>
> ---
> Changes in v3:
> - Restricted additional properties to child nodes ('additionalProperties:
> type: object') and defined the '#address-cells', '#size-cells', 'clocks',
> 'clock-names', 'power-domains' and 'dma-ranges' properties the L4 buses use.
>
> Link to v2:
> https://lore.kernel.org/all/20260723100540.628609-1-egbostina@xxxxxxxxx/
>
> .../devicetree/bindings/arm/omap/l4.txt | 37 -----
> .../bindings/arm/omap/ti,omap-l4.yaml | 140 ++++++++++++++++++
> 2 files changed, 140 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
>
I moved it to bindings/bus/ and applied, thanks!
Rob