[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1609945675.315536.2229518.nullmailer@robh.at.kernel.org>
Date: Wed, 06 Jan 2021 08:07:55 -0700
From: Rob Herring <robh@...nel.org>
To: "Chia-Wei, Wang" <chiawei_wang@...eedtech.com>
Cc: linux-aspeed@...ts.ozlabs.org, p.zabel@...gutronix.de,
tglx@...utronix.de, joel@....id.au, openbmc@...ts.ozlabs.org,
maz@...nel.org, andrew@...id.au, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, robh+dt@...nel.org,
linux-kernel@...r.kernel.org, BMC-SW@...eedtech.com
Subject: Re: [PATCH 1/6] dt-bindings: aspeed: Add eSPI controller
On Wed, 06 Jan 2021 13:59:34 +0800, Chia-Wei, Wang wrote:
> Add dt-bindings and the inclusion header for Aspeed eSPI controller.
>
> Signed-off-by: Chia-Wei, Wang <chiawei_wang@...eedtech.com>
> ---
> .../devicetree/bindings/soc/aspeed/espi.yaml | 252 ++++++++++++++++++
> .../interrupt-controller/aspeed-espi-ic.h | 15 ++
> 2 files changed, 267 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/soc/aspeed/espi.yaml
> create mode 100644 include/dt-bindings/interrupt-controller/aspeed-espi-ic.h
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Error: Documentation/devicetree/bindings/soc/aspeed/espi.example.dts:45.35-36 syntax error
FATAL ERROR: Unable to parse input tree
make[1]: *** [scripts/Makefile.lib:344: Documentation/devicetree/bindings/soc/aspeed/espi.example.dt.yaml] Error 1
make: *** [Makefile:1370: dt_binding_check] Error 2
See https://patchwork.ozlabs.org/patch/1422809
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