On Fri, 17 Jan 2020 18:03:52 +0100, Olivier Moysan wrote: > Convert the STM32 SPDIFRX bindings to DT schema format using json-schema. > > Signed-off-by: Olivier Moysan <olivier.moysan@xxxxxx> > --- > Changes in v2: > - Add "additionalProperties: false" > - Also change minItems to 2 for dmas property, as both DMAs are required. > > Changes in v3: > - Drop minItems/maxItems for dmas property, remove ref to stm32-dma.txt. > --- > .../bindings/sound/st,stm32-spdifrx.txt | 56 ------------- > .../bindings/sound/st,stm32-spdifrx.yaml | 80 +++++++++++++++++++ > 2 files changed, 80 insertions(+), 56 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/st,stm32-spdifrx.txt > create mode 100644 Documentation/devicetree/bindings/sound/st,stm32-spdifrx.yaml > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.