devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Denzeel Oliva <wachiturroxd150@gmail.com>,
	s.nawrocki@samsung.com, cw00.choi@samsung.com,
	alim.akhtar@samsung.com, mturquette@baylibre.com,
	sboyd@kernel.org, robh@kernel.org, conor+dt@kernel.org,
	andi.shyti@kernel.org, igor.belwon@mentallysanemainliners.org,
	linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org
Subject: Re: [PATCH v2 1/4] dt-bindings: clock: samsung,exynos990-clock: add PERIC0/1 clock management unit
Date: Sun, 23 Feb 2025 11:19:16 +0100	[thread overview]
Message-ID: <e190d51a-b585-4544-8154-b9a287f907be@kernel.org> (raw)
In-Reply-To: <20250212004824.1011-2-wachiturroxd150@gmail.com>

On 12/02/2025 01:48, Denzeel Oliva wrote:
> Add dt-schema documentation for the Connectivity Peripheral 0 / 1
> (PERIC0/1) clock management unit.
> 
> Signed-off-by: Denzeel Oliva <wachiturroxd150@gmail.com>
> ---
>  .../clock/samsung,exynos990-clock.yaml        |  24 +++
>  include/dt-bindings/clock/samsung,exynos990.h | 176 ++++++++++++++++++
>  2 files changed, 200 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/clock/samsung,exynos990-clock.yaml b/Documentation/devicetree/bindings/clock/samsung,exynos990-clock.yaml
> index c15cc1752..dd301deda 100644
> --- a/Documentation/devicetree/bindings/clock/samsung,exynos990-clock.yaml
> +++ b/Documentation/devicetree/bindings/clock/samsung,exynos990-clock.yaml
> @@ -30,6 +30,8 @@ description: |
>  properties:
>    compatible:
>      enum:
> +      - samsung,exynos990-cmu-peric0
> +      - samsung,exynos990-cmu-peric1

Mismatched order.

>        - samsung,exynos990-cmu-hsi0
>        - samsung,exynos990-cmu-peris
>        - samsung,exynos990-cmu-top
> @@ -56,6 +58,28 @@ required:
>    - reg
>  
>  allOf:
> +  - if:
> +      properties:
> +        compatible:
> +          contains:
> +            enum:
> +              - samsung,exynos990-cmu-peric1
> +              - samsung,exynos990-cmu-peric0

These also reverse.  Keep things ordered alphabetically. Also this
if:then: block should go to appropriate place.


Best regards,
Krzysztof

  reply	other threads:[~2025-02-23 10:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-12  0:48 [PATCH v2 0/4] Add PERIC0/1 support for Exynos 990 and hsi2c compatible Denzeel Oliva
2025-02-12  0:48 ` [PATCH v2 1/4] dt-bindings: clock: samsung,exynos990-clock: add PERIC0/1 clock management unit Denzeel Oliva
2025-02-23 10:19   ` Krzysztof Kozlowski [this message]
2025-02-12  0:48 ` [PATCH v2 2/4] dt-bindings: i2c: exynos5: add samsung,exynos990-hsi2c compatible Denzeel Oliva
2025-02-13  8:33   ` Krzysztof Kozlowski
2025-02-12  0:48 ` [PATCH v2 3/4] clk: samsung: exynos990: add support for CMU_PERIC0/1 Denzeel Oliva
2025-02-12  0:48 ` [PATCH v2 4/4] arm64: dts: exyno990: enable cmu-peric0/1 clock controller Denzeel Oliva
2025-02-23 10:20   ` Krzysztof Kozlowski
2025-03-11 23:13 ` [PATCH v2 0/4] Add PERIC0/1 support for Exynos 990 and hsi2c compatible Andi Shyti

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=e190d51a-b585-4544-8154-b9a287f907be@kernel.org \
    --to=krzk@kernel.org \
    --cc=alim.akhtar@samsung.com \
    --cc=andi.shyti@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=igor.belwon@mentallysanemainliners.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=robh@kernel.org \
    --cc=s.nawrocki@samsung.com \
    --cc=sboyd@kernel.org \
    --cc=wachiturroxd150@gmail.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).