On 3/19/20 6:12 PM, Rob Herring wrote: > 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. Hi Rob, Just sent a V2. I fear it's a copy/paste from another patch: https://patchwork.ozlabs.org/patch/1223488/ dt-bindings: iio: adc: stm32-adc: convert bindings to json-schema Should I send a fix for this one also ? Please advise, Fabrice >