[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <166562578885.3091453.640872394649622876.robh@kernel.org>
Date: Wed, 12 Oct 2022 20:50:10 -0500
From: Rob Herring <robh@...nel.org>
To: Naresh Solanki <naresh.solanki@...ements.com>
Cc: Naresh Solanki <Naresh.Solanki@...ements.com>,
Guenter Roeck <linux@...ck-us.net>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Jean Delvare <jdelvare@...e.com>,
Roland Stigge <stigge@...com.de>,
Rob Herring <robh+dt@...nel.org>, linux-kernel@...r.kernel.org,
linux-hwmon@...r.kernel.org,
Marcello Sylvester Bauer <sylv@...v.io>,
Patrick Rudolph <patrick.rudolph@...ements.com>,
devicetree@...r.kernel.org
Subject: Re: [PATCH v3 2/3] dt-bindings: hwmon: Add binding for max6639
On Wed, 12 Oct 2022 22:57:35 +0200, Naresh Solanki wrote:
> From: Marcello Sylvester Bauer <sylv@...v.io>
>
> Add Devicetree binding documentation for Maxim MAX6639 temperature
> monitor with PWM fan-speed controller.
>
> Signed-off-by: Marcello Sylvester Bauer <sylv@...v.io>
> Signed-off-by: Naresh Solanki <Naresh.Solanki@...ements.com>
> ---
> .../bindings/hwmon/maxim,max6639.yaml | 86 +++++++++++++++++++
> 1 file changed, 86 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/hwmon/maxim,max6639.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/hwmon/maxim,max6639.example.dts:22.29-39.13: Warning (i2c_bus_reg): /example-0/i2c/fan-controller@2e: I2C bus unit address format error, expected "10"
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