[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1648554629.886096.350365.nullmailer@robh.at.kernel.org>
Date: Tue, 29 Mar 2022 06:50:29 -0500
From: Rob Herring <robh@...nel.org>
To: Li-hao Kuo <lhjeff911@...il.com>
Cc: daniel.lezcano@...aro.org, devicetree@...r.kernel.org,
rui.zhang@...el.com, linux-kernel@...r.kernel.org,
rafael@...nel.org, amitk@...nel.org,
krzysztof.kozlowski@...onical.com, lh.kuo@...plus.com,
robh+dt@...nel.org, linux-pm@...r.kernel.org, wells.lu@...plus.com
Subject: Re: [PATCH v6 2/2] dt-bindings:thermal: Add Sunplus SP7021 schema
On Tue, 29 Mar 2022 13:24:32 +0800, Li-hao Kuo wrote:
> Add bindings for Sunplus SP7021 thermal driver
>
> Signed-off-by: Li-hao Kuo <lhjeff911@...il.com>
> ---
> Changes in v6:
> - Modify yaml file.
> - Addressed comments from Mr. Krzysztof Kozlowski
>
> .../bindings/thermal/sunplus-thermal.yaml | 43 ++++++++++++++++++++++
> MAINTAINERS | 1 +
> 2 files changed, 44 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/thermal/sunplus-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:
./Documentation/devicetree/bindings/thermal/sunplus-thermal.yaml: $id: relative path/filename doesn't match actual path or filename
expected: http://devicetree.org/schemas/thermal/sunplus-thermal.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1610480
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