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