Re: [PATCH v2 5/5] dt-bindings: soc: ti: omap-iva: Document DSP child node
From: Krzysztof Kozlowski
Date: Wed Jul 08 2026 - 03:08:35 EST
On Mon, Jul 06, 2026 at 08:59:17AM +0000, Eduard Bostina wrote:
> 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#
This also should be squashed.
Best regards,
Krzysztof