All of lore.kernel.org
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Pinkesh Vaghela" <pinkesh.vaghela@einfochips.com>
Cc: robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 2/7] riscv: dts: eswin: add clock generator for EIC7700 SoC
Date: Mon, 15 Jun 2026 12:27:06 +0000	[thread overview]
Message-ID: <20260615122706.A20F71F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260615122016.1110206-3-pinkesh.vaghela@einfochips.com>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The fixed-clock node name 'oscillator' triggers a deprecated fallback in the fixed-clock schema.
--

commit cde88bbabc7fa6624be08081caf3200c1a962c33
Author: Pritesh Patel <pritesh.patel@einfochips.com>

riscv: dts: eswin: add clock generator for EIC7700 SoC

This commit adds a clock generator node for the EIC7700 SoC. It also adds a
fixed-clock node representing the 24MHz crystal oscillator on HiFive Premier
P550 boards.

> diff --git a/arch/riscv/boot/dts/eswin/eic7700.dtsi b/arch/riscv/boot/dts/eswin/eic7700.dtsi
> index 430a210f01e66..a7ebb11159580 100644
> --- a/arch/riscv/boot/dts/eswin/eic7700.dtsi
> +++ b/arch/riscv/boot/dts/eswin/eic7700.dtsi

[ ... ]

> @@ -203,6 +204,11 @@ pmu {
>  				<0x00000000 0x0000000f 0xfffffffc 0x000000ff 0x00000078>;
>  	};
>  
> +	xtal: oscillator {

[Severity: Low]
Does this node name trigger a deprecation warning during dtbs_check?

The fixed-clock device tree binding schema dictates that the preferred node
name should match the pattern ^clock-([0-9]+|[a-z0-9-]+)$. Naming the node
oscillator falls into the deprecated fallback branch. 

Should this be named something like clock-xtal or clock-24m instead to avoid
warnings?

> +		compatible = "fixed-clock";
> +		#clock-cells = <0>;
>  	};
>

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260615122016.1110206-1-pinkesh.vaghela@einfochips.com?part=2

  reply	other threads:[~2026-06-15 12:27 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-15 12:20 [PATCH 0/7] riscv: eswin: eic7700: Add support for clocks, resets, pinctrl, HSP power domain, I2C and watchdog Pinkesh Vaghela
2026-06-15 12:20 ` Pinkesh Vaghela
2026-06-15 12:20 ` [PATCH 1/7] riscv: dts: eswin: add reset generator for EIC7700 SoC Pinkesh Vaghela
2026-06-15 12:20   ` Pinkesh Vaghela
2026-06-15 12:20 ` [PATCH 2/7] riscv: dts: eswin: add clock " Pinkesh Vaghela
2026-06-15 12:20   ` Pinkesh Vaghela
2026-06-15 12:27   ` sashiko-bot [this message]
2026-06-15 16:30   ` Conor Dooley
2026-06-15 16:30     ` Conor Dooley
2026-06-16 11:53     ` Pinkesh Vaghela
2026-06-16 11:53       ` Pinkesh Vaghela
2026-06-15 12:20 ` [PATCH 3/7] riscv: dts: eswin: eic7700: add pinctrl support Pinkesh Vaghela
2026-06-15 12:20   ` Pinkesh Vaghela
2026-06-15 12:33   ` sashiko-bot
2026-06-26  6:42     ` Yulin Lu
2026-06-26  6:42       ` Yulin Lu
2026-06-15 16:33   ` Conor Dooley
2026-06-15 16:33     ` Conor Dooley
2026-06-26  6:01     ` Yulin Lu
2026-06-26  6:01       ` Yulin Lu
2026-06-26  7:05       ` Conor Dooley
2026-06-26  7:05         ` Conor Dooley
2026-06-26  8:42         ` Yulin Lu
2026-06-26  8:42           ` Yulin Lu
2026-06-26 16:02           ` Conor Dooley
2026-06-26 16:02             ` Conor Dooley
2026-06-15 12:20 ` [PATCH 4/7] dt-bindings: mfd: syscon: add ESWIN EIC7700 compatible Pinkesh Vaghela
2026-06-15 12:20   ` Pinkesh Vaghela
2026-06-15 16:28   ` Conor Dooley
2026-06-15 16:28     ` Conor Dooley
2026-06-15 12:20 ` [PATCH 5/7] riscv: dts: eswin: add hsp power domain Pinkesh Vaghela
2026-06-15 12:20   ` Pinkesh Vaghela
2026-06-15 12:31   ` sashiko-bot
2026-06-18 13:42     ` Pinkesh Vaghela
2026-06-15 12:20 ` [PATCH 6/7] riscv: dts: eswin: add I2C controller support Pinkesh Vaghela
2026-06-15 12:20   ` Pinkesh Vaghela
2026-06-15 16:35   ` Conor Dooley
2026-06-15 16:35     ` Conor Dooley
2026-06-16 11:57     ` Pinkesh Vaghela
2026-06-16 11:57       ` Pinkesh Vaghela
2026-06-16 15:31       ` Conor Dooley
2026-06-16 15:31         ` Conor Dooley
2026-06-15 12:20 ` [PATCH 7/7] riscv: dts: eswin: add watchdog support Pinkesh Vaghela
2026-06-15 12:20   ` Pinkesh Vaghela

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=20260615122706.A20F71F000E9@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=pinkesh.vaghela@einfochips.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.