Re: [PATCH 2/3] dt-bindings: iio: frequency: Add docs for ADF4360 PLL

From: Rob Herring
Date: Tue Jan 21 2020 - 13:06:18 EST


On Tue, 21 Jan 2020 13:25:55 +0200, Alexandru Ardelean wrote:
> From: Edward Kigwana <ekigwana@xxxxxxxxx>
>
> This change adds the device-tree bindings documentation for the ADF4360
> family of PLLs.
>
> Signed-off-by: Edward Kigwana <ekigwana@xxxxxxxxx>
> Signed-off-by: Alexandru Ardelean <alexandru.ardelean@xxxxxxxxxx>
> ---
> .../bindings/iio/frequency/adi,adf4360.yaml | 158 ++++++++++++++++++
> 1 file changed, 158 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/frequency/adi,adf4360.yaml
>

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

warning: no schema found in file: Documentation/devicetree/bindings/iio/frequency/adi,adf4360.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iio/frequency/adi,adf4360.yaml: ignoring, error parsing file
Documentation/devicetree/bindings/iio/frequency/adi,adf4360.yaml: while scanning a simple key
in "<unicode string>", line 98, column 5
could not find expected ':'
in "<unicode string>", line 99, column 5
Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/iio/frequency/adi,adf4360.example.dts' failed
make[1]: *** [Documentation/devicetree/bindings/iio/frequency/adi,adf4360.example.dts] Error 1
Makefile:1263: recipe for target 'dt_binding_check' failed
make: *** [dt_binding_check] Error 2

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