On Thu, Nov 07, 2024 at 04:51:41PM +0100, Olivier Moysan wrote: > Add STM32MP25 support for STM32 SAI peripheral, > through "st,stm32mp25-sai" compatible. > > Signed-off-by: Olivier Moysan <olivier.moysan@xxxxxxxxxxx> > --- > .../bindings/sound/st,stm32-sai.yaml | 26 ++++++++++++++++++- > 1 file changed, 25 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml b/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml > index 68f97b462598..4a7129d0b157 100644 > --- a/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml > +++ b/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml > @@ -20,6 +20,7 @@ properties: > enum: > - st,stm32f4-sai > - st,stm32h7-sai > + - st,stm32mp25-sai > > reg: > items: > @@ -43,9 +44,11 @@ properties: > const: 1 > > clocks: > + minItems: 1 > maxItems: 3 > > clock-names: > + minItems: 1 This actually fixes the binding because it lacked minItems before :/ Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof