Hi Rob, Please find my response inline. > -----Original Message----- > From: Rob Herring <robh@xxxxxxxxxx> > Sent: Tuesday, April 20, 2021 7:29 PM > To: Nava kishore Manne <navam@xxxxxxxxxx> > Cc: robh+dt@xxxxxxxxxx; Tejas Patel <tejasp@xxxxxxxxxxxxxxx>; Michal Simek > <michals@xxxxxxxxxx>; Rajan Vaja <RAJANV@xxxxxxxxxx>; linux-arm- > kernel@xxxxxxxxxxxxxxxxxxx; Amit Sunil Dhamne <amitsuni@xxxxxxxxxx>; > Dragan Cvetic <draganc@xxxxxxxxxx>; Derek Kiernan <dkiernan@xxxxxxxxxx>; > Jolly Shah <JOLLYS@xxxxxxxxxx>; git <git@xxxxxxxxxx>; > chinnikishore369@xxxxxxxxx; arnd@xxxxxxxx; > gregkh@xxxxxxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; > devicetree@xxxxxxxxxxxxxxx > Subject: Re: [PATCH 4/5] misc: doc: Add binding doc for the zynqmp afi config > driver > > On Tue, 20 Apr 2021 13:41:52 +0530, Nava kishore Manne wrote: > > This patch adds the binding document for the zynqmp afi config driver. > > > > Signed-off-by: Nava kishore Manne <nava.manne@xxxxxxxxxx> > > --- > > .../bindings/misc/xlnx,zynqmp-afi-fpga.yaml | 136 ++++++++++++++++++ > > 1 file changed, 136 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/misc/xlnx,zynqmp-afi-fpga.yaml > > > > My bot found errors running 'make DT_CHECKER_FLAGS=-m > dt_binding_check' > on your patch (DT_CHECKER_FLAGS is new in v5.13): > Thanks for the providing the update on the new features > yamllint warnings/errors: > > dtschema/dtc warnings/errors: > Documentation/devicetree/bindings/misc/xlnx,zynqmp-afi- > fpga.example.dt.yaml:0:0: /example-0/firmware/zynqmp-firmware: failed to > match any schema with compatible: ['xlnx,zynqmp-firmware'] > Documentation/devicetree/bindings/misc/xlnx,zynqmp-afi- > fpga.example.dt.yaml:0:0: /example-0/firmware/zynqmp-firmware/afi: > failed to match any schema with compatible: ['xlnx,afi-fpga'] > > See https://patchwork.ozlabs.org/patch/1468230 > > This check can fail if there are any dependencies. The base for a patch series > is generally the most recent rc1. > > If you already ran 'make dt_binding_check' and didn't see the above error(s), > then make sure 'yamllint' is installed and dt-schema is up to > date: > > pip3 install dtschema --upgrade > > Please check and re-submit. Will fix in v2. Regards, Navakishore.