From: Conor Dooley <conor@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Serge Semin <fancer.lancer@gmail.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Charles Keepax <ckeepax@opensource.cirrus.com>,
Richard Fitzgerald <rf@opensource.cirrus.com>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Heiko Stuebner <heiko@sntech.de>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Magnus Damm <magnus.damm@gmail.com>,
patches@opensource.cirrus.com,
Elaine Zhang <zhangqing@rock-chips.com>,
Gabriel Fernandez <gabriel.fernandez@foss.st.com>,
linux-mips@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-renesas-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org,
linux-stm32@st-md-mailman.stormreply.com
Subject: Re: [PATCH 2/5] dt-bindings: clock: cirrus,lochnagar: add top-level constraints
Date: Mon, 19 Aug 2024 18:10:11 +0100 [thread overview]
Message-ID: <20240819-skipping-chip-55b0e252434c@spud> (raw)
In-Reply-To: <20240818173014.122073-2-krzysztof.kozlowski@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1294 bytes --]
On Sun, Aug 18, 2024 at 07:30:11PM +0200, Krzysztof Kozlowski wrote:
> Properties with variable number of items per each device are expected to
> have widest constraints in top-level "properties:" block and further
> customized (narrowed) in "if:then:". Add missing top-level constraints
> for clocks. Drop also redundant assigned-clocks properties, because
> core dtschema allows them if clocks are provided.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
> ---
> .../devicetree/bindings/clock/cirrus,lochnagar.yaml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/cirrus,lochnagar.yaml b/Documentation/devicetree/bindings/clock/cirrus,lochnagar.yaml
> index 59de125647ec..ccff74eda9fb 100644
> --- a/Documentation/devicetree/bindings/clock/cirrus,lochnagar.yaml
> +++ b/Documentation/devicetree/bindings/clock/cirrus,lochnagar.yaml
> @@ -67,9 +67,9 @@ properties:
> minItems: 1
> maxItems: 19
>
> - clocks: true
> - assigned-clocks: true
> - assigned-clock-parents: true
> + clocks:
> + minItems: 1
> + maxItems: 19
>
> additionalProperties: false
>
> --
> 2.43.0
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2024-08-19 17:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-18 17:30 [PATCH 1/5] dt-bindings: clock: baikal,bt1-ccu-div: add top-level constraints Krzysztof Kozlowski
2024-08-18 17:30 ` [PATCH 2/5] dt-bindings: clock: cirrus,lochnagar: " Krzysztof Kozlowski
2024-08-19 17:10 ` Conor Dooley [this message]
2024-08-28 17:00 ` Stephen Boyd
2024-08-18 17:30 ` [PATCH 3/5] dt-bindings: clock: renesas,cpg-clocks: " Krzysztof Kozlowski
2024-08-19 17:09 ` Conor Dooley
2024-08-23 11:33 ` Geert Uytterhoeven
2024-08-18 17:30 ` [PATCH 4/5] dt-bindings: clock: rockchip,rk3588-cru: drop unneeded assigned-clocks Krzysztof Kozlowski
2024-08-19 17:09 ` Conor Dooley
2024-08-18 17:30 ` [PATCH 5/5] dt-bindings: clock: st,stm32mp1-rcc: add top-level constraints Krzysztof Kozlowski
2024-08-19 17:08 ` Conor Dooley
2024-08-28 17:00 ` Stephen Boyd
2024-08-19 11:36 ` [PATCH 1/5] dt-bindings: clock: baikal,bt1-ccu-div: " Serge Semin
2024-08-19 17:10 ` Conor Dooley
2024-08-28 17:00 ` Stephen Boyd
2024-08-29 9:36 ` (subset) " Heiko Stuebner
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=20240819-skipping-chip-55b0e252434c@spud \
--to=conor@kernel.org \
--cc=alexandre.torgue@foss.st.com \
--cc=ckeepax@opensource.cirrus.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fancer.lancer@gmail.com \
--cc=gabriel.fernandez@foss.st.com \
--cc=geert+renesas@glider.be \
--cc=heiko@sntech.de \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=magnus.damm@gmail.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=mturquette@baylibre.com \
--cc=patches@opensource.cirrus.com \
--cc=rf@opensource.cirrus.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=zhangqing@rock-chips.com \
/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).