[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1612803322.554208.1522089.nullmailer@robh.at.kernel.org>
Date: Mon, 08 Feb 2021 10:55:22 -0600
From: Rob Herring <robh@...nel.org>
To: Orson Zhai <orsonzhai@...il.com>
Cc: Orson Zhai <orson.zhai@...soc.com>,
Rob Herring <robh+dt@...nel.org>,
Chunyan Zhang <zhang.lyra@...il.com>, haidong.yao@...soc.com,
Baolin Wang <baolin.wang7@...il.com>,
Mark Brown <broonie@...nel.org>, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, Jassi Brar <jassisinghbrar@...il.com>
Subject: Re: [PATCH 3/3] dt-bindings: mailbox: Add interrupt-names to SPRD mailbox
On Mon, 08 Feb 2021 19:51:04 +0800, Orson Zhai wrote:
> From: Orson Zhai <orson.zhai@...soc.com>
>
> We add an optional supp-outbox interrupt support to driver and change to
> describe interrupts with names for easy configuration in device tree files.
>
> Signed-off-by: Orson Zhai <orson.zhai@...soc.com>
> ---
> Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml | 12 ++++++++++--
> 1 file changed, 10 insertions(+), 2 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml: properties:interrupt-names:items: {'enum': ['inbox', 'outbox', 'supp-outbox']} is not of type 'array'
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml: ignoring, error in schema: properties: interrupt-names: items
warning: no schema found in file: ./Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml
See https://patchwork.ozlabs.org/patch/1437629
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.
Powered by blists - more mailing lists