[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <174153174798.1107714.11562627501354617614.robh@kernel.org>
Date: Sun, 09 Mar 2025 09:49:08 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Christian Marangi <ansuelsmth@...il.com>
Cc: Ben Hutchings <ben@...adent.org.uk>, Arnd Bergmann <arnd@...db.de>,
Stephen Boyd <sboyd@...nel.org>, Lee Jones <lee@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Daniel Danzberger <dd@...edd.com>,
linux-arm-kernel@...ts.infradead.org,
Nikita Shubin <nikita.shubin@...uefel.me>,
Lorenzo Bianconi <lorenzo@...nel.org>, devicetree@...r.kernel.org,
linux-usb@...r.kernel.org, linux-clk@...r.kernel.org,
Guo Ren <guoren@...nel.org>, linux-mediatek@...ts.infradead.org,
Felix Fietkau <nbd@....name>, Vinod Koul <vkoul@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>, linux-phy@...ts.infradead.org,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>,
upstream@...oha.com, Michael Turquette <mturquette@...libre.com>,
linux-kernel@...r.kernel.org, Yangyu Chen <cyy@...self.name>,
Kishon Vijay Abraham I <kishon@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Linus Walleij <linus.walleij@...aro.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>
Subject: Re: [PATCH 05/13] dt-bindings: mfd: add Documentation for Airoha
EN7581 SCU
On Sun, 09 Mar 2025 14:29:36 +0100, Christian Marangi wrote:
> Add Documentation for Airoha EN7581 SCU.
>
> Airoha EN7581 SoC expose registers to control miscellaneous pheriperals
> via the SCU (System Controller Unit).
>
> Example of these pheriperals are reset-controller, clock-controller,
> PCIe line speed controller and bits to configure different Serdes ports
> for USB or Ethernet usage.
>
> Signed-off-by: Christian Marangi <ansuelsmth@...il.com>
> ---
> .../mfd/airoha,en7581-scu-sysctl.yaml | 68 +++++++++++++++++++
> 1 file changed, 68 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mfd/airoha,en7581-scu-sysctl.yaml
>
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/mfd/airoha,en7581-scu-sysctl.example.dtb: system-controller@...00000: clock-controller: 'reg' is a required property
from schema $id: http://devicetree.org/schemas/mfd/airoha,en7581-scu-sysctl.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/mfd/airoha,en7581-scu-sysctl.example.dtb: clock-controller: 'reg' is a required property
from schema $id: http://devicetree.org/schemas/clock/airoha,en7523-scu.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250309132959.19045-6-ansuelsmth@gmail.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