Re: [PATCH v2 1/2] dt-bindings: mailbox: add cix,sky1-mbox
From: Guomin chen
Date: Tue Mar 25 2025 - 09:57:13 EST
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@xxxxxxxxxx. 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@xxxxxxxxxxx>
> >
> > Add a dt-binding for the Cixtech Mailbox Controller.
> >
> > Reviewed-by: Peter Chen <peter.chen@xxxxxxxxxxx>
> > Signed-off-by: Lihua Liu <Lihua.Liu@xxxxxxxxxxx>
> > Signed-off-by: Guomin Chen <Guomin.Chen@xxxxxxxxxxx>
> > ---
> > .../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@xxxxxxxxxxx
>
> 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.
Best regards
Guomin Chen