Re: [PATCH v4] ASoC: dt-bindings: stm32: convert sai to json-schema

2020-10-26 Thread Mark Brown
On Fri, 9 Oct 2020 16:10:51 +0200, Olivier Moysan wrote: > Convert the STM32 SAI bindings to DT schema format using json-schema. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: dt-bindings: stm32: convert sai to json-schema comm

Re: [PATCH v4] ASoC: dt-bindings: stm32: convert sai to json-schema

2020-10-13 Thread Rob Herring
On Fri, 09 Oct 2020 16:10:51 +0200, Olivier Moysan wrote: > Convert the STM32 SAI bindings to DT schema format using json-schema. > > Signed-off-by: Olivier Moysan > --- > Changes in v2: > - use pattern for compatible of child nodes > - rework dmas and clocks properties > - add "additionalPropert

[PATCH v4] ASoC: dt-bindings: stm32: convert sai to json-schema

2020-10-09 Thread Olivier Moysan
Convert the STM32 SAI bindings to DT schema format using json-schema. Signed-off-by: Olivier Moysan --- Changes in v2: - use pattern for compatible of child nodes - rework dmas and clocks properties - add "additionalProperties" Changes in v3: - move clocks properties for st,stm32h7-sai compatibl