Hi On Fri, Jun 10, 2022 at 4:57 AM Rob Herring <robh@xxxxxxxxxx> wrote: > > On Thu, 09 Jun 2022 17:08:47 +0200, Max Krummenacher wrote: > > From: Max Krummenacher <max.krummenacher@xxxxxxxxxxx> > > > > Adds binding for a power domain provider which uses a regulator to control > > the power domain. > > > > Signed-off-by: Max Krummenacher <max.krummenacher@xxxxxxxxxxx> > > --- > > > > .../power/regulator-power-domain.yaml | 58 +++++++++++++++++++ > > 1 file changed, 58 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/power/regulator-power-domain.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/regulator-power-domain.example.dtb: power-sleep-moci: $nodename:0: 'power-sleep-moci' does not match '^(power-controller|power-domain)([@-].*)?$' > From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/power/regulator-power-domain.yaml Will change to 'power-domain-sleep-moci' in V2. Regards Max > > doc reference errors (make refcheckdocs): > > See https://patchwork.ozlabs.org/patch/ > > 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. >