Re: [PATCH 1/1] ASoC: dt-bindings: stm32: convert audio dfsdm to json-schema

From: Rob Herring
Date: Mon Oct 19 2020 - 16:25:32 EST


On Wed, Oct 14, 2020 at 02:35:31PM +0200, Olivier Moysan wrote:
> Convert the STM32 DFSDM audio bindings to DT schema format
> using json-schema.
>
> Signed-off-by: Olivier Moysan <olivier.moysan@xxxxxx>
> ---
> .../bindings/sound/st,stm32-adfsdm.txt | 63 -------------------
> .../bindings/sound/st,stm32-adfsdm.yaml | 42 +++++++++++++
> 2 files changed, 42 insertions(+), 63 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/sound/st,stm32-adfsdm.txt
> create mode 100644 Documentation/devicetree/bindings/sound/st,stm32-adfsdm.yaml

This is almost already documented in
Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml. You
should either make that complete or reference this.

Rob