[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1608829305.386312.2966452.nullmailer@robh.at.kernel.org>
Date: Thu, 24 Dec 2020 10:01:45 -0700
From: Rob Herring <robh@...nel.org>
To: Henry Chen <henryc.chen@...iatek.com>
Cc: linux-arm-kernel@...ts.infradead.org,
Mark Brown <broonie@...nel.org>,
Nicolas Boichat <drinkcat@...gle.com>,
Stephen Boyd <swboyd@...omium.org>,
Fan Chen <fan.chen@...iatek.com>,
Arvin Wang <arvin.wang@...iatek.com>, linux-pm@...r.kernel.org,
James Liao <jamesjj.liao@...iatek.com>,
linux-mediatek@...ts.infradead.org,
Rob Herring <robh+dt@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Mark Rutland <mark.rutland@....com>,
Georgi Djakov <georgi.djakov@...aro.org>,
Ryan Case <ryandcase@...omium.org>
Subject: Re: [PATCH V6 01/13] dt-bindings: soc: Add dvfsrc driver bindings
On Thu, 24 Dec 2020 14:08:42 +0800, Henry Chen wrote:
> Document the binding for enabling dvfsrc on MediaTek SoC.
>
> Signed-off-by: Henry Chen <henryc.chen@...iatek.com>
> ---
> .../devicetree/bindings/soc/mediatek/dvfsrc.yaml | 68 ++++++++++++++++++++++
> 1 file changed, 68 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/soc/mediatek/dvfsrc.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/soc/mediatek/dvfsrc.example.dts:19:18: fatal error: dt-bindings/soc/mtk,dvfsrc.h: No such file or directory
19 | #include <dt-bindings/soc/mtk,dvfsrc.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [scripts/Makefile.lib:342: Documentation/devicetree/bindings/soc/mediatek/dvfsrc.example.dt.yaml] Error 1
make: *** [Makefile:1370: dt_binding_check] Error 2
See https://patchwork.ozlabs.org/patch/1420382
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