[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CADiBU39-4xdaMO5fOXOZyhC3w0TxdzZyfsFZXbcFw3=i+6UOMQ@mail.gmail.com>
Date: Sat, 13 Aug 2022 00:07:14 +0800
From: ChiYuan Huang <u0084500@...il.com>
To: Rob Herring <robh@...nel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
lkml <linux-kernel@...r.kernel.org>,
游子馨 <alina_yu@...htek.com>,
Sebastian Reichel <sre@...nel.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@...r.kernel.org>, alinayu829@...il.com,
Rob Herring <robh+dt@...nel.org>,
Linux PM <linux-pm@...r.kernel.org>,
cy_huang <cy_huang@...htek.com>
Subject: Re: [PATCH 1/2] dt-bindings: power: supply: Add Richtek RT9471
battery charger
Rob Herring <robh@...nel.org> 於 2022年8月12日 週五 晚上11:13寫道:
>
> On Thu, 11 Aug 2022 21:41:57 +0800, cy_huang wrote:
> > From: ChiYuan Huang <cy_huang@...htek.com>
> >
> > Add bindings for the Richtek RT9471 I2C controlled battery charger.
> >
> > Co-developed-by: Alina Yu <alina_yu@...htek.com>
> > Signed-off-by: Alina Yu <alina_yu@...htek.com>
> > Signed-off-by: ChiYuan Huang <cy_huang@...htek.com>
> > ---
> > .../bindings/power/supply/richtek,rt9471.yaml | 78 ++++++++++++++++++++++
> > 1 file changed, 78 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/power/supply/richtek,rt9471.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:
> /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/power/supply/richtek,rt9471.example.dtb: charger@53: usb-otg-vbus-regulator: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
> From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/power/supply/richtek,rt9471.yaml
>
> doc reference errors (make refcheckdocs):
>
> See https://patchwork.ozlabs.org/patch/
>
Thanks, after I add 'DT_CHECKER_FLAGS=-m', it also can be found for this error.
This is typo, not 'regulator-compatible', it's 'regulator-name'.
Will be fixed in next revision.
> 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