[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1617023032.510147.2404779.nullmailer@robh.at.kernel.org>
Date: Mon, 29 Mar 2021 08:03:52 -0500
From: Rob Herring <robh@...nel.org>
To: Zhiyong Tao <zhiyong.tao@...iatek.com>
Cc: linux-mediatek@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org, hui.liu@...iatek.com,
sean.wang@...iatek.com, erin.lo@...iatek.com, jg_poxu@...iatek.com,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
mark.rutland@....com, biao.huang@...iatek.com,
srv_heupstream@...iatek.com, matthias.bgg@...il.com,
linus.walleij@...aro.org, sean.wang@...nel.org,
eddie.huang@...iatek.com, hongzhou.yang@...iatek.com,
sj.huang@...iatek.com, seiya.wang@...iatek.com,
linux-gpio@...r.kernel.org, robh+dt@...nel.org
Subject: Re: [PATCH 2/6] dt-bindings: pinctrl: mt8195: add binding document
On Mon, 29 Mar 2021 14:50:43 +0800, Zhiyong Tao wrote:
> The commit adds mt8195 compatible node in binding document.
>
> Signed-off-by: Zhiyong Tao <zhiyong.tao@...iatek.com>
> ---
> .../bindings/pinctrl/pinctrl-mt8195.yaml | 152 ++++++++++++++++++
> 1 file changed, 152 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.example.dts:19:18: fatal error: dt-bindings/pinctrl/mt8195-pinfunc.h: No such file or directory
19 | #include <dt-bindings/pinctrl/mt8195-pinfunc.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [scripts/Makefile.lib:349: Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.example.dt.yaml] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1380: dt_binding_check] Error 2
See https://patchwork.ozlabs.org/patch/1459436
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