Re: [PATCH] ASoC: dt-bindings: Convert maxim,max98925 to DT schema

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


On 30/07/2023 21:42, Krzysztof Kozlowski wrote:
> Convert the Maxim Integrated MAX98925/MAX98926/MAX98927 speaker
> amplifier bindings to DT schema format. Changes during conversion: add
> sound-dai-cells, already used by DTS.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
>

...

> + imon-slot-no:
> + $ref: /schemas/types.yaml#/definitions/uint32
> + minimum: 0
> + maximum: 30
> + default: 0
> + description:
> + Slot number used to send current information.
> +
> + interleave-mode:
> + $ref: /schemas/types.yaml#/definitions/uint32
> + enum: [0, 1]
> + default: 0

Ehhh, two drivers have actually different property for this and the
original bindings were not correct. I will send a v2 unifying it.

Best regards,
Krzysztof