Re: [PATCH v3] ASoC: dt-bindings: sound: nvidia,tegra30-ahub: Convert to DT schema
From: Krzysztof Kozlowski
Date: Sat Jul 11 2026 - 11:38:23 EST
On Sun, Jul 05, 2026 at 06:32:32AM +0000, Charan Pedumuru wrote:
> + resets:
> + minItems: 11
> + maxItems: 21
> +
> + reset-names:
> + minItems: 11
> + maxItems: 21
> +
> + dmas:
> + minItems: 8
> + maxItems: 20
> +
> + dma-names:
> + minItems: 8
> + items:
> + - const: rx0
> + - const: tx0
> + - const: rx1
> + - const: tx1
> + - const: rx2
> + - const: tx2
> + - const: rx3
> + - const: tx3
> + - const: rx4
> + - const: tx4
> + - const: rx5
> + - const: tx5
> + - const: rx6
> + - const: tx6
> + - const: rx7
> + - const: tx7
> + - const: rx8
> + - const: tx8
> + - const: rx9
> + - const: tx9
> +
> + "#address-cells":
> + enum: [1, 2]
That's a change - old binding was specific and set 1. You need to
explain that in commit msg with reason why.
Value of 2 suggests children need or want 64-bit addressing, which feels
wrong. DTS might not be accurate here.
Best regards,
Krzysztof