[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1659642638.738608.259294.nullmailer@robh.at.kernel.org>
Date: Thu, 04 Aug 2022 13:50:38 -0600
From: Rob Herring <robh@...nel.org>
To: bchihi@...libre.com
Cc: louis.yu@...iatek.com, james.lo@...iatek.com, khilman@...libre.com,
p.zabel@...gutronix.de, amitk@...nel.org,
linux-kernel@...r.kernel.org, mka@...omium.org,
abailon@...libre.com, devicetree@...r.kernel.org,
rafael@...nel.org, linux-mediatek@...ts.infradead.org,
daniel.lezcano@...aro.org, rui.zhang@...el.com,
linux-pm@...r.kernel.org, krzk+dt@...nel.org,
fan.chen@...iatek.com, matthias.bgg@...il.com,
linux-arm-kernel@...ts.infradead.org, rex-bc.chen@...iatek.com,
robh+dt@...nel.org
Subject: Re: [PATCH v8.1, 2/7] dt-bindings: thermal: Add binding document for LVTS thermal controllers
On Thu, 04 Aug 2022 15:09:07 +0200, bchihi@...libre.com wrote:
> From: Alexandre Bailon <abailon@...libre.com>
>
> This patch adds dt-binding documents for mt8192 and mt8195 thermal controllers.
>
> Signed-off-by: Alexandre Bailon <abailon@...libre.com>
> Signed-off-by: Balsam CHIHI <bchihi@...libre.com>
> ---
> .../thermal/mediatek,lvts-thermal.yaml | 77 +++++++++++++++++++
> 1 file changed, 77 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/thermal/mediatek,lvts-thermal.yaml
>
My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Error: Documentation/devicetree/bindings/thermal/mediatek,lvts-thermal.example.dts:32.36-37 syntax error
FATAL ERROR: Unable to parse input tree
make[1]: *** [scripts/Makefile.lib:383: Documentation/devicetree/bindings/thermal/mediatek,lvts-thermal.example.dtb] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1404: dt_binding_check] Error 2
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/
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