> -----Original Message----- > From: Rob Herring <robh@xxxxxxxxxx> > Sent: Friday, July 10, 2020 12:45 AM > To: G Jaya Kumaran, Vineetha <vineetha.g.jaya.kumaran@xxxxxxxxx> > Cc: Ong, Boon Leong <boon.leong.ong@xxxxxxxxx>; netdev@xxxxxxxxxxxxxxx; > devicetree@xxxxxxxxxxxxxxx; mcoquelin.stm32@xxxxxxxxx; > davem@xxxxxxxxxxxxx; Voon, Weifeng <weifeng.voon@xxxxxxxxx>; Kweh, > Hock Leong <hock.leong.kweh@xxxxxxxxx>; kuba@xxxxxxxxxx; > robh+dt@xxxxxxxxxx > 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@xxxxxxxxx wrote: > > From: "Vineetha G. Jaya Kumaran" <vineetha.g.jaya.kumaran@xxxxxxxxx> > > > > Add Device Tree bindings documentation for the ethernet controller on > > Intel Keem Bay. > > > > Signed-off-by: Vineetha G. Jaya Kumaran > > <vineetha.g.jaya.kumaran@xxxxxxxxx> > > --- > > .../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. Thanks Rob, I did run make dt_binding_check on my side but did not encounter any errors. Will update and check before resubmitting.