Re: [PATCH] dt-bindings: iio: dac: stm32-dac: convert bindings to json-schema

From: Rob Herring
Date: Thu Mar 19 2020 - 13:12:37 EST


On Wed, 18 Mar 2020 15:50:37 +0100, Fabrice Gasnier wrote:
> Convert the STM32 DAC binding to DT schema format using json-schema
>
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@xxxxxx>
> ---
> .../devicetree/bindings/iio/dac/st,stm32-dac.txt | 63 ------------
> .../devicetree/bindings/iio/dac/st,stm32-dac.yaml | 110 +++++++++++++++++++++
> 2 files changed, 110 insertions(+), 63 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/iio/dac/st,stm32-dac.txt
> create mode 100644 Documentation/devicetree/bindings/iio/dac/st,stm32-dac.yaml
>

My bot found errors running 'make dt_binding_check' on your patch:

Documentation/devicetree/bindings/iio/dac/st,stm32-dac.yaml: $id: relative path/filename doesn't match actual path or filename
expected: http://devicetree.org/schemas/iio/dac/st,stm32-dac.yaml#

See https://patchwork.ozlabs.org/patch/1257568
Please check and re-submit.