On Thu, 20 Mar 2025 14:53:54 +0800, Alexis Czezar Torreno wrote: > Add documentation for devicetree bindings for ADP5055. The device consists > of 3 buck regulators able to connect to high input voltages of up to 18V > with no preregulators. > > Signed-off-by: Alexis Czezar Torreno <alexisczezar.torreno@xxxxxxxxxx> > --- > .../bindings/regulator/adi,adp5055-regulator.yaml | 161 +++++++++++++++++++++ > MAINTAINERS | 6 + > 2 files changed, 167 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,adp5055-regulator.example.dtb: regulator@70: Unevaluated properties are not allowed ('DCDC0', 'DCDC1', 'DCDC2' were unexpected) from schema $id: http://devicetree.org/schemas/regulator/adi,adp5055-regulator.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250320-upstream-adp5055-v2-1-aac2d3705802@xxxxxxxxxx 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.