[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <166682078099.1353934.10574272333105424439.robh@kernel.org>
Date: Wed, 26 Oct 2022 16:51:15 -0500
From: Rob Herring <robh@...nel.org>
To: Oleksii Moisieiev <Oleksii_Moisieiev@...m.com>
Cc: "fabio.estevam@....com" <fabio.estevam@....com>,
"alexandre.torgue@...com" <alexandre.torgue@...com>,
"peng.fan@....nxp.com" <peng.fan@....nxp.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linus.walleij@...aro.org" <linus.walleij@...aro.org>,
"mark.rutland@....com" <mark.rutland@....com>,
"mcoquelin.stm32@...il.com" <mcoquelin.stm32@...il.com>,
"broonie@...nel.org" <broonie@...nel.org>,
"arnd@...db.de" <arnd@...db.de>,
"a.fatoum@...gutronix.de" <a.fatoum@...gutronix.de>,
"shawnguo@...nel.org" <shawnguo@...nel.org>,
Stefano Stabellini <sstabellini@...nel.org>,
"tomase@...inx.com" <tomase@...inx.com>,
"benjamin.gaignard@...com" <benjamin.gaignard@...com>,
"loic.pallardy@...com" <loic.pallardy@...com>,
Cristian Marussi <cristian.marussi@....com>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"robh+dt@...nel.org" <robh+dt@...nel.org>,
Sudeep Holla <sudeep.holla@....com>
Subject: Re: [PATCH v5 2/2] dt-bindings: Document common device controller bindings
On Wed, 26 Oct 2022 17:51:27 +0000, Oleksii Moisieiev wrote:
> Introducing of the common device controller bindings for the controller
> provider and consumer devices. Those bindings are intended to allow
> divided system on chip into muliple domains, that can be used to
> configure hardware permissions.
>
> Signed-off-by: Oleksii Moisieiev <oleksii_moisieiev@...m.com>
> ---
> .../feature-domain-controller.yaml | 80 +++++++++++++++++++
> 1 file changed, 80 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/feature-domains/feature-domain-controller.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/dt-review-ci/linux/Documentation/devicetree/bindings/feature-domains/feature-domain-controller.example.dtb: foo@0: feature-domain-names: ['default', 'unbind'] is too long
From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/feature-domains/feature-domain-controller.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/ab68324eea3c788a369260f5a1e5da843a960cde.1666806317.git.oleksii_moisieiev@epam.com/
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