[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1610552704.291941.2506185.nullmailer@robh.at.kernel.org>
Date: Wed, 13 Jan 2021 09:45:04 -0600
From: Rob Herring <robh@...nel.org>
To: Troy Lee <troy_lee@...eedtech.com>
Cc: Andrew Jeffery <andrew@...id.au>,
Ryan Chen <ryan_chen@...eedtech.com>, leetroy@...il.com,
openbmc@...ts.ozlabs.org, Philipp Zabel <p.zabel@...gutronix.de>,
Jonathan Corbet <corbet@....net>,
"moderated list:ARM/ASPEED MACHINE SUPPORT"
<linux-arm-kernel@...ts.infradead.org>,
"moderated list:ARM/ASPEED MACHINE SUPPORT"
<linux-aspeed@...ts.ozlabs.org>,
"open list:DOCUMENTATION" <linux-doc@...r.kernel.org>,
Rob Herring <robh+dt@...nel.org>,
Jean Delvare <jdelvare@...e.com>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@...r.kernel.org>,
"open list:HARDWARE MONITORING" <linux-hwmon@...r.kernel.org>,
chiawei_wang@...eedtech.com, Joel Stanley <joel@....id.au>,
Guenter Roeck <linux@...ck-us.net>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 1/4] dt-bindings: hwmon: Add Aspeed AST2600 PWM/Fan
On Wed, 13 Jan 2021 07:08:45 +0000, Troy Lee wrote:
> We add binding for supporting a new AST2600 PWM/Fan hwmon driver.
>
> Changes since v1:
> - dt binding with DT schema format
>
> Signed-off-by: Troy Lee <troy_lee@...eedtech.com>
> ---
> .../hwmon/aspeed,ast2600-pwm-tachometer.yaml | 137 ++++++++++++++++++
> 1 file changed, 137 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/hwmon/aspeed,ast2600-pwm-tachometer.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/hwmon/aspeed,ast2600-pwm-tachometer.yaml:108:2: [warning] wrong indentation: expected 2 but found 1 (indentation)
dtschema/dtc warnings/errors:
See https://patchwork.ozlabs.org/patch/1425628
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