Devicetree
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: joakim.zhang@cixtech.com
Cc: devicetree@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH v3 3/5] dt-bindings: clock: cix,sky1-audss-clock: add audss clock controller
Date: Wed, 10 Jun 2026 06:24:15 +0000	[thread overview]
Message-ID: <20260610062415.C28A91F00893@smtp.kernel.org> (raw)
In-Reply-To: <20260610061712.3203984-4-joakim.zhang@cixtech.com>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The newly introduced `cix,sky1-audss-clock` schema causes a `dt_binding_check` validation failure in the parent `cix,sky1-system-control.yaml` example.
--

commit 266331103ef923d7816fb4abbe0e462ec90cdfb6
Author: Joakim Zhang <joakim.zhang@cixtech.com>

dt-bindings: clock: cix,sky1-audss-clock: add audss clock controller

The AUDSS CRU contains an internal clock tree of muxes, dividers and
gates for DSP, I2S, HDA, DMAC and related blocks. The clock provider is
a child node of the cix,sky1-audss-system-control syscon and accesses
registers through the parent MMIO region.

> diff --git a/Documentation/devicetree/bindings/clock/cix,sky1-audss-clock.yaml b/Documentation/devicetree/bindings/clock/cix,sky1-audss-clock.yaml
> new file mode 100644
> index 0000000000000..dff56f3a425b9
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/clock/cix,sky1-audss-clock.yaml
> @@ -0,0 +1,80 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/clock/cix,sky1-audss-clock.yaml#

[ ... ]

> +required:
> +  - compatible
> +  - '#clock-cells'
> +  - clocks
> +  - clock-names
> +  - resets
> +  - power-domains

[Severity: Low]
Will this cause a dt_binding_check validation failure in the parent
cix,sky1-system-control.yaml example?

The parent binding contains an incomplete subnode example that will fail
validation against this newly introduced clock schema:

Documentation/devicetree/bindings/soc/cix/cix,sky1-system-control.yaml:
        clock-controller {
            compatible = "cix,sky1-audss-clock";
        };

Could the example in cix,sky1-system-control.yaml be updated to include these
newly required properties to prevent validation errors?

> +
> +additionalProperties: false

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260610061712.3203984-1-joakim.zhang@cixtech.com?part=3

  reply	other threads:[~2026-06-10  6:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-10  6:17 [PATCH v3 0/5] Add Cix Sky1 AUDSS clock and reset support joakim.zhang
2026-06-10  6:17 ` [PATCH v3 1/5] dt-bindings: soc: cix,sky1-system-control: add audss system control joakim.zhang
2026-06-10  6:25   ` sashiko-bot
2026-06-10  6:17 ` [PATCH v3 2/5] reset: cix: add audss support to sky1 reset driver joakim.zhang
2026-06-10  6:17 ` [PATCH v3 3/5] dt-bindings: clock: cix,sky1-audss-clock: add audss clock controller joakim.zhang
2026-06-10  6:24   ` sashiko-bot [this message]
2026-06-10  6:17 ` [PATCH v3 4/5] clk: cix: add sky1 " joakim.zhang
2026-06-10  6:29   ` sashiko-bot
2026-06-10  6:17 ` [PATCH v3 5/5] arm64: dts: cix: sky1: add audss system control joakim.zhang
2026-06-10  6:48 ` [PATCH v3 0/5] Add Cix Sky1 AUDSS clock and reset support Joakim  Zhang
  -- strict thread matches above, loose matches on Subject: below --
2026-06-10  7:56 joakim.zhang
2026-06-10  7:56 ` [PATCH v3 3/5] dt-bindings: clock: cix,sky1-audss-clock: add audss clock controller joakim.zhang

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=20260610062415.C28A91F00893@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=joakim.zhang@cixtech.com \
    --cc=robh@kernel.org \
    --cc=sashiko-reviews@lists.linux.dev \
    /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