RE: Re: [PATCH v1 1/2] dt-bindings: regulator: add PF0900 regulator yaml
From: Joy Zou
Date: Thu Jun 19 2025 - 05:43:36 EST
> -----Original Message-----
>
> On Tue, 17 Jun 2025 18:20:24 +0800, Joy Zou wrote:
> > Add device binding doc for PF0900 PMIC driver.
> >
> > Signed-off-by: Joy Zou <joy.zou@xxxxxxx>
> > ---
> > .../regulator/nxp,pf0900-regulator.yaml | 179
> ++++++++++++++++++
> > 1 file changed, 179 insertions(+)
> > create mode 100644
> > Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml
> >
>
> My bot found errors running 'make dt_binding_check' on your patch:
>
> yamllint warnings/errors:
> ./Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml:34
> :8: [warning] wrong indentation: expected 8 but found 7 (indentation)
Thanks for your reminder!
Have run "make dt_binding_check", but didn't found this warning. Found this warning after run "pip3 install yamllint --upgrade".
Will fix this warning!
BR
Joy Zou
>
> dtschema/dtc warnings/errors:
>
> doc reference errors (make refcheckdocs):
>
> See
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatchw
> ork.ozlabs.org%2Fproject%2Fdevicetree-bindings%2Fpatch%2F202506171020
> 25.3455544-2-joy.zou%40nxp.com&data=05%7C02%7Cjoy.zou%40nxp.com%7
> C4abcb4752f194f64e6a308ddada0a876%7C686ea1d3bc2b4c6fa92cd99c5c30
> 1635%7C0%7C0%7C638857627709537961%7CUnknown%7CTWFpbGZsb3d8
> eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoi
> TWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=M%2BlNJ8P2aboDq82
> htOEdzYII4fTha7wX901TorFchqo%3D&reserved=0
>
> 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.