[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1645410969.402841.2041548.nullmailer@robh.at.kernel.org>
Date: Sun, 20 Feb 2022 20:36:09 -0600
From: Rob Herring <robh@...nel.org>
To: Tyrone Ting <warp5tw@...il.com>
Cc: semen.protsenko@...aro.org, andriy.shevchenko@...ux.intel.com,
yuenn@...gle.com, digetx@...il.com, devicetree@...r.kernel.org,
tmaimon77@...il.com, krzysztof.kozlowski@...onical.com,
lukas.bulwahn@...il.com, Avi.Fishman@...oton.com,
JJLIU0@...oton.com, tali.perry1@...il.com, jie.deng@...el.com,
openbmc@...ts.ozlabs.org, sven@...npeter.dev,
linux-i2c@...r.kernel.org, tali.perry@...oton.com,
robh+dt@...nel.org, benjaminfair@...gle.com,
tomer.maimon@...oton.com, KWLIU@...oton.com, olof@...om.net,
wsa@...nel.org, kfting@...oton.com, avifishman70@...il.com,
yangyicong@...ilicon.com, bence98@....bme.hu,
christophe.leroy@...roup.eu, venture@...gle.com,
linux-kernel@...r.kernel.org, arnd@...db.de
Subject: Re: [PATCH v2 02/11] dt-bindings: i2c: npcm: support NPCM845
On Sun, 20 Feb 2022 11:53:12 +0800, Tyrone Ting wrote:
> From: Tyrone Ting <kfting@...oton.com>
>
> Add compatible and nuvoton,sys-mgr description for NPCM i2c module.
>
> Signed-off-by: Tyrone Ting <kfting@...oton.com>
> Signed-off-by: Tali Perry <tali.perry1@...il.com>
> ---
> .../bindings/i2c/nuvoton,npcm7xx-i2c.yaml | 17 ++++++++++++-----
> 1 file changed, 12 insertions(+), 5 deletions(-)
>
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:
./Documentation/devicetree/bindings/i2c/nuvoton,npcm7xx-i2c.yaml:19:6: [warning] wrong indentation: expected 4 but found 5 (indentation)
./Documentation/devicetree/bindings/i2c/nuvoton,npcm7xx-i2c.yaml:20:7: [warning] wrong indentation: expected 7 but found 6 (indentation)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1595125
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