Re: [PATCH v3] dt-bindings: sound: gtm601: convert to YAML

From: Krzysztof Kozlowski
Date: Sun Jul 30 2023 - 15:15:44 EST


On 30/07/2023 21:02, David Heidelberg wrote:
> Convert GTM601 binding to the YAML format.
>
> Signed-off-by: David Heidelberg <david@xxxxxxx>
> ---
> v3:
> - incorporated feedback from Krzysztof

...

> +properties:
> + compatible:
> + oneOf:
> + - items: # 48 kHz stereo
> + - const: broadmobi,bm818
> + - const: option,gtm601
> + - const: option,gtm601 # 8 kHz mono
> +
> + '#sound-dai-cells':
> + const: 0
> +
> +allOf:
> + - $ref: dai-common.yaml#
> +
> +additionalProperties: false

I missed one thing in the previous review, sorry. Something was looking
here as missing but my brain did not work. Please add "required:" with
compatible.

Best regards,
Krzysztof