Re: [PATCH v3] ASoC: dt-bindings: sound: atmel_ac97c: Convert to DT schema

From: Krzysztof Kozlowski

Date: Sun May 31 2026 - 08:51:07 EST


On Sat, May 30, 2026 at 05:28:12AM +0000, Manish Baing wrote:
> +properties:
> + compatible:
> + const: atmel,at91sam9263-ac97c
> +
> + reg:
> + maxItems: 1
> + description: Address and length of the register set for the device.
> +
> + interrupts:
> + maxItems: 1
> + description: Should contain the AC97 interrupt.
> +
> + clocks:
> + maxItems: 1
> +
> + clock-names:
> + const: ac97_clk
> +
> + ac97-gpios:
> + minItems: 3

This stays...

> + maxItems: 4

this drop

> + description: |
> + AC97 link GPIOs- sync, sdata_out, reset, and optional sdata_in.
> + The driver primarily uses the reset pin.a

and instead list the items with description.

> +
> + pinctrl-0: true
> +
> + pinctrl-names:
> + const: default

Drop both pinctrl properties, not needed, already core schema provides
them. No need to mention that in commit msg.

> +
> +required:
> + - compatible
> + - reg
> + - interrupts
> + - clocks
> + - clock-names
> +
> +unevaluatedProperties: false

Best regards,
Krzysztof