[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200709164510.GA496369@bogus>
Date: Thu, 9 Jul 2020 10:45:10 -0600
From: Rob Herring <robh@...nel.org>
To: vineetha.g.jaya.kumaran@...el.com
Cc: boon.leong.ong@...el.com, netdev@...r.kernel.org,
devicetree@...r.kernel.org, mcoquelin.stm32@...il.com,
davem@...emloft.net, weifeng.voon@...el.com,
hock.leong.kweh@...el.com, kuba@...nel.org, robh+dt@...nel.org
Subject: Re: [PATCH 1/2] dt-bindings: net: Add bindings for Intel Keem Bay
On Tue, 07 Jul 2020 12:47:17 +0800, vineetha.g.jaya.kumaran@...el.com wrote:
> From: "Vineetha G. Jaya Kumaran" <vineetha.g.jaya.kumaran@...el.com>
>
> Add Device Tree bindings documentation for the ethernet controller
> on Intel Keem Bay.
>
> Signed-off-by: Vineetha G. Jaya Kumaran <vineetha.g.jaya.kumaran@...el.com>
> ---
> .../devicetree/bindings/net/intel,dwmac-plat.yaml | 123 +++++++++++++++++++++
> 1 file changed, 123 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/intel,dwmac-plat.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/intel,dwmac-plat.yaml: properties:clocks:maxItems: False schema does not allow 3
Documentation/devicetree/bindings/Makefile:20: recipe for target 'Documentation/devicetree/bindings/net/intel,dwmac-plat.example.dts' failed
make[1]: *** [Documentation/devicetree/bindings/net/intel,dwmac-plat.example.dts] Error 1
make[1]: *** Waiting for unfinished jobs....
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/intel,dwmac-plat.yaml: ignoring, error in schema: properties: clocks: maxItems
warning: no schema found in file: ./Documentation/devicetree/bindings/net/intel,dwmac-plat.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/intel,dwmac-plat.yaml: ignoring, error in schema: properties: clocks: maxItems
warning: no schema found in file: ./Documentation/devicetree/bindings/net/intel,dwmac-plat.yaml
Makefile:1347: recipe for target 'dt_binding_check' failed
make: *** [dt_binding_check] Error 2
See https://patchwork.ozlabs.org/patch/1324088
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:
pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade
Please check and re-submit.
Powered by blists - more mailing lists