[PATCH v3 0/2] dt-bindings: soc: ti: Convert OMAP DSP and IVA to DT schema
From: Eduard Bostina
Date: Wed Jul 08 2026 - 07:31:53 EST
This series converts the Texas Instruments DSP and IVA
Device Tree bindings from text format to DT schema.
These conversions are grouped together because the IVA schema explicitly
depends on the DSP schema. The DSP is defined as a child node within the
IVA subsystem.
Changes in v3:
- Squashed the 5-patch series back down to 2 patches
- IVA schema: Added an 'allOf' block to make 'ti,hwmods' conditionally
required. It is required for older platforms (ti,iva1, ti,iva2.1,
ti,iva2.2), but left optional for the ti-sysc architecture (ti,ivahd).
Changes in v2:
- Expanded from a 2 patch to a 5 patch series.
- Moved both the DSP and IVA binding files from bindings/arm/omap/
to bindings/soc/ti/
- Patches 1 and 3: 1:1 conversions of the old txt files.
- Patches 2 and 4: Make 'ti,hwmods' optional to fix dtbs_check warnings.
- Patch 5: Documents the DSP child node in the IVA schema to fix
dtbs_check warnings.
Eduard Bostina (2):
dt-bindings: soc: ti: Convert DSP to DT schema
dt-bindings: soc: ti: Convert IVA to DT schema
.../devicetree/bindings/arm/omap/dsp.txt | 14 -----
.../devicetree/bindings/arm/omap/iva.txt | 19 ------
.../devicetree/bindings/soc/ti/ti,iva.yaml | 61 +++++++++++++++++++
.../bindings/soc/ti/ti,omap3-c64.yaml | 31 ++++++++++
4 files changed, 92 insertions(+), 33 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/arm/omap/dsp.txt
delete mode 100644 Documentation/devicetree/bindings/arm/omap/iva.txt
create mode 100644 Documentation/devicetree/bindings/soc/ti/ti,iva.yaml
create mode 100644 Documentation/devicetree/bindings/soc/ti/ti,omap3-c64.yaml
--
2.43.0