[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <173915820365.2694296.5430421986343256189.robh@kernel.org>
Date: Sun, 09 Feb 2025 21:30:03 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: "Celine Joy A. Capua" <celinejoy.capua@...log.com>
Cc: linux-kernel@...r.kernel.org, Conor Dooley <conor+dt@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, devicetree@...r.kernel.org,
Mark Brown <broonie@...nel.org>, Liam Girdwood <lgirdwood@...il.com>
Subject: Re: [PATCH 2/2] dt-bindings: regulator: Document the ltc7871
regulator
On Mon, 10 Feb 2025 10:30:53 +0800, Celine Joy A. Capua wrote:
> The LTC7871 is a bidirectional buck or boost
> switching regulator controller that operates in
> either buck or boost mode on demand. Add
> corresponding DT bindings.
>
> Signed-off-by: Celine Joy A. Capua <celinejoy.capua@...log.com>
> ---
> .../bindings/regulator/adi,ltc7871-regulator.yaml | 98 ++++++++++++++++++++++
> 1 file changed, 98 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/regulator/adi,ltc7871-regulator.example.dtb: regulator@0: Unevaluated properties are not allowed ('adi,ra-external-ohm', 'adi,rb-external-ohm', 'adi,rc-external-ohm', 'adi,rd-external-ohm' were unexpected)
from schema $id: http://devicetree.org/schemas/regulator/adi,ltc7871-regulator.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250210-staging-ltc7871-v1-2-c593ad86aab2@analog.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
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 after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists