[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250325140136.GA1843686-robh@kernel.org>
Date: Tue, 25 Mar 2025 09:01:36 -0500
From: Rob Herring <robh@...nel.org>
To: Guomin chen <guomin.chen@...tech.com>
Cc: Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Peter Chen <peter.chen@...tech.com>,
cix-kernel-upstream@...tech.com, linux-kernel@...r.kernel.org,
Jassi Brar <jassisinghbrar@...il.com>, devicetree@...r.kernel.org
Subject: Re: [PATCH v2 1/2] dt-bindings: mailbox: add cix,sky1-mbox
On Tue, Mar 25, 2025 at 01:35:29PM +0000, Guomin chen wrote:
> On Tue, Mar 25, 2025 at 07:55:10AM -0500, Rob Herring (Arm) wrote:
> > [Some people who received this message don't often get email from robh@...nel.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> >
> > EXTERNAL EMAIL
> >
> > On Tue, 25 Mar 2025 10:18:06 +0000, Guomin Chen wrote:
> > > From: Guomin Chen <Guomin.Chen@...tech.com>
> > >
> > > Add a dt-binding for the Cixtech Mailbox Controller.
> > >
> > > Reviewed-by: Peter Chen <peter.chen@...tech.com>
> > > Signed-off-by: Lihua Liu <Lihua.Liu@...tech.com>
> > > Signed-off-by: Guomin Chen <Guomin.Chen@...tech.com>
> > > ---
> > > .../bindings/mailbox/cix,sky1-mbox.yaml | 80 +++++++++++++++++++
> > > 1 file changed, 80 insertions(+)
> > >
> >
> > My bot found errors running 'make dt_binding_check' on your patch:
> >
> > yamllint warnings/errors:
> >
> > dtschema/dtc warnings/errors:
> ...
> > l,.*', 'pinctrl-[0-9]+'
> > from schema $id: http://devicetree.org/schemas/vendor-prefixes.yaml#
> >
> > doc reference errors (make refcheckdocs):
> >
> > See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250325101807.2202758-2-guomin.chen@cixtech.com
> >
> > The base for the series is generally the latest rc1. A different dependency
> > should be noted in *this* patch.
> >
> > 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 after running the above command yourself. Note
> > that DT_SCHEMA_FILES can be set to your schema file to speed up checking
> > your schema. However, it must be unset to test all examples with your schema.
> >
>
> Thank you very much.
> Although I have already run 'make dt_binding_check DT_SCHEMA_FILES=mailbox/cix,sky1-mbox.yaml' in my environment.
> I will try updating dtschema and re-check it.
With DT_SCHEMA_FILES you only check what matches. You have to run
without it.
Rob
Powered by blists - more mailing lists