[PATCH v2 5/5] dt-bindings: soc: ti: omap-iva: Document DSP child node
From: Eduard Bostina
Date: Mon Jul 06 2026 - 07:21:16 EST
Document the DSP child node in the IVA schema to resolve dtbs_check
warnings.
OMAP3 device tree (omap3.dtsi) models the DSP as a child of the
IVA subsystem. This node was missing from the old iva.txt binding.
Add it to align the schema with current ABI usage.
Signed-off-by: Eduard Bostina <egbostina@xxxxxxxxx>
---
.../devicetree/bindings/soc/ti/ti,iva.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/Documentation/devicetree/bindings/soc/ti/ti,iva.yaml b/Documentation/devicetree/bindings/soc/ti/ti,iva.yaml
index 799461a20b04..d7168d76fdb0 100644
--- a/Documentation/devicetree/bindings/soc/ti/ti,iva.yaml
+++ b/Documentation/devicetree/bindings/soc/ti/ti,iva.yaml
@@ -22,12 +22,25 @@ properties:
$ref: /schemas/types.yaml#/definitions/string
const: iva
+ dsp:
+ type: object
+ $ref: /schemas/soc/ti/ti,omap3-c64.yaml#
+ unevaluatedProperties: false
+
required:
- compatible
additionalProperties: false
examples:
+ - |
+ iva {
+ compatible = "ti,iva2.2";
+ ti,hwmods = "iva";
+ dsp {
+ compatible = "ti,omap3-c64";
+ };
+ };
- |
iva {
compatible = "ti,ivahd";
--
2.43.0