All of lore.kernel.org
 help / color / mirror / Atom feed
From: "G Jaya Kumaran, Vineetha" <vineetha.g.jaya.kumaran@intel.com>
To: Rob Herring <robh@kernel.org>
Cc: "Ong, Boon Leong" <boon.leong.ong@intel.com>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"mcoquelin.stm32@gmail.com" <mcoquelin.stm32@gmail.com>,
	"davem@davemloft.net" <davem@davemloft.net>,
	"Voon, Weifeng" <weifeng.voon@intel.com>,
	"Kweh, Hock Leong" <hock.leong.kweh@intel.com>,
	"kuba@kernel.org" <kuba@kernel.org>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>
Subject: RE: [PATCH 1/2] dt-bindings: net: Add bindings for Intel Keem Bay
Date: Fri, 10 Jul 2020 11:15:01 +0000	[thread overview]
Message-ID: <SN6PR11MB2575830AC1DAFDB8D9C00504F6650@SN6PR11MB2575.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20200709164510.GA496369@bogus>


> -----Original Message-----
> From: Rob Herring <robh@kernel.org>
> Sent: Friday, July 10, 2020 12:45 AM
> To: G Jaya Kumaran, Vineetha <vineetha.g.jaya.kumaran@intel.com>
> Cc: Ong, Boon Leong <boon.leong.ong@intel.com>; netdev@vger.kernel.org;
> devicetree@vger.kernel.org; mcoquelin.stm32@gmail.com;
> davem@davemloft.net; Voon, Weifeng <weifeng.voon@intel.com>; Kweh,
> Hock Leong <hock.leong.kweh@intel.com>; kuba@kernel.org;
> robh+dt@kernel.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@intel.com wrote:
> > From: "Vineetha G. Jaya Kumaran" <vineetha.g.jaya.kumaran@intel.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@intel.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.

Thanks Rob,  I did run make dt_binding_check on my side but did not encounter any errors. 
Will update and check before resubmitting.

  reply	other threads:[~2020-07-10 11:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-07  4:47 [PATCH 0/2] Add Ethernet support for Intel Keem Bay SoC vineetha.g.jaya.kumaran
2020-07-07  4:47 ` [PATCH 1/2] dt-bindings: net: Add bindings for Intel Keem Bay vineetha.g.jaya.kumaran
2020-07-07 13:07   ` Andrew Lunn
2020-07-09 14:40     ` G Jaya Kumaran, Vineetha
2020-07-09 16:45   ` Rob Herring
2020-07-10 11:15     ` G Jaya Kumaran, Vineetha [this message]
2020-07-07  4:47 ` [PATCH 2/2] net: stmmac: Add dwmac-intel-plat for GBE driver vineetha.g.jaya.kumaran

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=SN6PR11MB2575830AC1DAFDB8D9C00504F6650@SN6PR11MB2575.namprd11.prod.outlook.com \
    --to=vineetha.g.jaya.kumaran@intel.com \
    --cc=boon.leong.ong@intel.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=hock.leong.kweh@intel.com \
    --cc=kuba@kernel.org \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=weifeng.voon@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.