From: Rob Herring <robh@kernel.org>
To: Marek Vasut <marex@denx.de>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Gabriel Fernandez <gabriel.fernandez@foss.st.com>
Subject: Re: [PATCH v2] dt-bindings: rcc: Add common clock properties
Date: Fri, 8 Apr 2022 16:21:42 -0500 [thread overview]
Message-ID: <YlCnZvdNbpVj/tch@robh.at.kernel.org> (raw)
In-Reply-To: <20220408004412.663880-1-marex@denx.de>
On Fri, Apr 08, 2022 at 02:44:12AM +0200, Marek Vasut wrote:
> Add common properties appearing in DTSes (assigned-clocks and similar)
> to fix dtbs_check warnings like:
>
> arch/arm/boot/dts/stm32mp153c-dhcom-drc02.dt.yaml: rcc@50000000: 'assigned-clock-parents', 'assigned-clock-rates', 'assigned-clocks', 'clock-names', 'clocks' do not match any of the regexes: 'pinctrl-[0-9]+'
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
> Cc: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> To: devicetree@vger.kernel.org
> Acked-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
> ---
> V2: Add AB from Gabriel
> ---
> .../devicetree/bindings/clock/st,stm32mp1-rcc.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml b/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml
> index a0ae4867ed27e..9bcf198bae170 100644
> --- a/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml
> +++ b/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml
> @@ -62,6 +62,12 @@ properties:
> reg:
> maxItems: 1
>
> + clocks: true
How many and what are they?
> + clock-names: true
Needs exact names.
> + assigned-clocks: true
> + assigned-clock-parents: true
> + assigned-clock-rates: true
These are automatically added when 'clocks' is present.
> +
> required:
> - "#clock-cells"
> - "#reset-cells"
> --
> 2.35.1
>
>
next prev parent reply other threads:[~2022-04-08 21:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-08 0:44 [PATCH v2] dt-bindings: rcc: Add common clock properties Marek Vasut
2022-04-08 21:21 ` Rob Herring [this message]
2022-04-10 21:53 ` Marek Vasut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YlCnZvdNbpVj/tch@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=alexandre.torgue@foss.st.com \
--cc=devicetree@vger.kernel.org \
--cc=gabriel.fernandez@foss.st.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=marex@denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).