Re: [PATCH v6] ASoC: dt-bindings: omap-mcpdm: Convert to DT schema

From: Krzysztof Kozlowski
Date: Fri May 31 2024 - 04:58:40 EST


On 30/05/2024 13:12, Mighty wrote:
> From: Mithil Bavishi <bavishimithil@xxxxxxxxx>
>
> Convert the OMAP4+ McPDM bindings to DT schema.
>
> Signed-off-by: Mithil Bavishi <bavishimithil@xxxxxxxxx>

> +
> +properties:
> + compatible:
> + const: ti,omap4-mcpdm
> +
> + reg:
> + items:
> + - description: MPU access base address
> + - description: L3 interconnect address
> +
> + reg-names:
> + items:
> + - const: mpu
> + - const: dma
> +
> + interrupts:
> + maxItems: 1
> +
> + dmas:
> + maxItems: 2
> +
> + dma-names:
> + items:
> + - const: up_link
> + - const: dn_link

Please mention in the commit msg all changes (and explain why!) done
during conversion (comparing to original binding). I am pretty sure I
gave this feedback already.


Best regards,
Krzysztof