> -----Original Message----- > From: Rob Herring [mailto:robh@xxxxxxxxxx] > Sent: 07 September 2022 20:43 > To: Smitha T Murthy <smitha.t@xxxxxxxxxxx> > Cc: linux-kernel@xxxxxxxxxxxxxxx; aakarsh.jain@xxxxxxxxxxx; > andi@xxxxxxxxxxx; david.plowman@xxxxxxxxxxxxxxx; > dillon.minfei@xxxxxxxxx; stanimir.varbanov@xxxxxxxxxx; > jernej.skrabec@xxxxxxxxx; andrzej.hajda@xxxxxxxxx; hverkuil- > cisco@xxxxxxxxx; mark.rutland@xxxxxxx; linux-arm- > kernel@xxxxxxxxxxxxxxxxxxx; robh+dt@xxxxxxxxxx; > aswani.reddy@xxxxxxxxxxx; benjamin.gaignard@xxxxxxxxxxxxx; > m.szyprowski@xxxxxxxxxxx; ezequiel@xxxxxxxxxxxxxxxxxxxx; > pankaj.dubey@xxxxxxxxxxx; krzk+dt@xxxxxxxxxx; > devicetree@xxxxxxxxxxxxxxx; linux-media@xxxxxxxxxxxxxxx; > mchehab@xxxxxxxxxx; linux-fsd@xxxxxxxxx; alim.akhtar@xxxxxxxxxxx > Subject: Re: [Patch v2 01/15] dt-bindings: media: s5p-mfc: Add new DT > schema for MFC > > On Wed, 07 Sep 2022 12:17:01 +0530, Smitha T Murthy wrote: > > Adds DT schema for s5p-mfc in yaml format > > > > Signed-off-by: Aakarsh Jain <aakarsh.jain@xxxxxxxxxxx> > > Signed-off-by: Smitha T Murthy <smitha.t@xxxxxxxxxxx> > > --- > > .../devicetree/bindings/media/s5p-mfc.txt | 77 +------------ > > .../bindings/media/samsung,s5p-mfc.yaml | 109 > ++++++++++++++++++ > > 2 files changed, 110 insertions(+), 76 deletions(-) create mode > > 100644 Documentation/devicetree/bindings/media/samsung,s5p-mfc.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): > > yamllint warnings/errors: > > dtschema/dtc warnings/errors: > Error: Documentation/devicetree/bindings/media/samsung,s5p- > mfc.example.dts:21.11-12 syntax error FATAL ERROR: Unable to parse input > tree > make[1]: *** [scripts/Makefile.lib:384: > Documentation/devicetree/bindings/media/samsung,s5p-mfc.example.dtb] > Error 1 > make[1]: *** Waiting for unfinished jobs.... > make: *** [Makefile:1420: dt_binding_check] Error 2 > > doc reference errors (make refcheckdocs): > > See https://protect2.fireeye.com/v1/url?k=88c9803a-e9429571-88c80b75- > 74fe485fb305-6955573d9da6ae9f&q=1&e=4823af8c-cd6a-4171-9c03- > cf0e37ae544b&u=https%3A%2F%2Fpatchwork.ozlabs.org%2Fpatch%2F > > 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. we didn't got any errors while running dt_binding_check with path to the yaml file but we are seeing errors while running dt_binding_check without path. we will fix it in next series. Thanks for the review. Thanks, Aakarsh