[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175067474413.2253758.6430293849129423927.robh@kernel.org>
Date: Mon, 23 Jun 2025 05:32:24 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Clément Le Goffic <clement.legoffic@...s.st.com>
Cc: Mark Rutland <mark.rutland@....com>,
Philipp Zabel <p.zabel@...gutronix.de>, linux-doc@...r.kernel.org,
Maxime Coquelin <mcoquelin.stm32@...il.com>,
linux-arm-kernel@...ts.infradead.org, linux-perf-users@...r.kernel.org,
linux-clk@...r.kernel.org,
Gatien Chevallier <gatien.chevallier@...s.st.com>,
Gabriel Fernandez <gabriel.fernandez@...s.st.com>,
linux-kernel@...r.kernel.org, Stephen Boyd <sboyd@...nel.org>,
devicetree@...r.kernel.org, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Alexandre Torgue <alexandre.torgue@...s.st.com>,
Michael Turquette <mturquette@...libre.com>,
linux-stm32@...md-mailman.stormreply.com, Will Deacon <will@...nel.org>,
Jonathan Corbet <corbet@....net>
Subject: Re: [PATCH 02/13] dt-bindings: stm32: stm32mp25: add
`access-controller-cell` property
On Mon, 23 Jun 2025 11:27:07 +0200, Clément Le Goffic wrote:
> RCC is able to check the availability of a clock.
> Allow to query the RCC with a firewall ID.
>
> Signed-off-by: Clément Le Goffic <clement.legoffic@...s.st.com>
> ---
> Documentation/devicetree/bindings/clock/st,stm32mp25-rcc.yaml | 6 ++++++
> 1 file changed, 6 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/clock/st,stm32mp25-rcc.example.dtb: clock-controller@...00000 (st,stm32mp25-rcc): '#access-controller-cells' is a required property
from schema $id: http://devicetree.org/schemas/clock/st,stm32mp25-rcc.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250623-ddrperfm-upstream-v1-2-7dffff168090@foss.st.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