All of lore.kernel.org
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: joakim.zhang@cixtech.com
Cc: conor+dt@kernel.org, devicetree@vger.kernel.org, robh@kernel.org
Subject: Re: [PATCH v3 1/5] dt-bindings: soc: cix,sky1-system-control: add audss system control
Date: Wed, 10 Jun 2026 06:25:22 +0000	[thread overview]
Message-ID: <20260610062523.3DD8C1F00893@smtp.kernel.org> (raw)
In-Reply-To: <20260610061712.3203984-2-joakim.zhang@cixtech.com>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The `clock-controller` child node in the `cix,sky1-audss-system-control` example completely omits `#clock-cells` and other properties (`clocks`, `clock-names`, `resets`, `power-domains`) required by its schema. According to subsystem guidelines, the `examples` section must include all required properties to pass schema validation.
--

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

dt-bindings: soc: cix,sky1-system-control: add audss system control

This commit adds a new compatible string cix,sky1-audss-system-control to the
cix,sky1-system-control device tree binding schema. It represents the Sky1
audio subsystem system control block, which acts as a syscon parent and
simple-mfd for audio-related clocks and resets. It also adds a new reset indices
header file for the software resets.

> diff --git a/Documentation/devicetree/bindings/soc/cix/cix,sky1-system-control.yaml b/Documentation/devicetree/bindings/soc/cix/cix,sky1-system-control.yaml
> --- a/Documentation/devicetree/bindings/soc/cix/cix,sky1-system-control.yaml
> +++ b/Documentation/devicetree/bindings/soc/cix/cix,sky1-system-control.yaml

[ ... ]

> @@ -40,3 +67,13 @@ examples:
>        reg = <0x4160000 0x100>;
>        #reset-cells = <1>;
>      };
> +  - |
> +    audss_syscon: system-controller@7110000 {
> +        compatible = "cix,sky1-audss-system-control", "simple-mfd", "syscon";
> +        reg = <0x7110000 0x10000>;
> +        #reset-cells = <1>;
> +
> +        clock-controller {
> +            compatible = "cix,sky1-audss-clock";
> +        };

[Severity: Low]
Are required properties like #clock-cells, clocks, clock-names, resets, and
power-domains omitted from this clock-controller child node?

According to subsystem guidelines, the examples section must include all
required properties to pass schema validation. Will this incomplete node cause a
regression during make dt_binding_check when the example is evaluated against
the cix,sky1-audss-clock schema?

> +    };

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

  reply	other threads:[~2026-06-10  6:25 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 [this message]
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
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 1/5] dt-bindings: soc: cix,sky1-system-control: add audss system control 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=20260610062523.3DD8C1F00893@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.