Devicetree
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Dinh Nguyen" <dinguyen@kernel.org>
Cc: devicetree@vger.kernel.org, conor+dt@kernel.org, robh@kernel.org
Subject: Re: [PATCHv2 2/2] arm64: dts: socfpga: agilex5: popuplate reset properties for I3C
Date: Wed, 27 May 2026 18:01:34 +0000	[thread overview]
Message-ID: <20260527180135.2F6F61F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260527174221.79259-2-dinguyen@kernel.org>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Undocumented 'resets' and 'reset-names' properties added to the I3C nodes without corresponding YAML binding schema update.
--

commit ebac99bb72bcfe3b4b8a0fa7c960df7984ddf40d
Author: Dinh Nguyen <dinguyen@kernel.org>

arm64: dts: socfpga: agilex5: popuplate reset properties for I3C

This commit adds resets and reset-names properties to the I3C nodes in the 
Agilex5 device tree to bring the IP out of reset.

> diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
> index 02e62d954e949..55313d45c90ed 100644
> --- a/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
> +++ b/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
> @@ -244,6 +244,8 @@ i3c0: i3c@10da0000 {
>  			reg = <0x10da0000 0x1000>;
>  			#address-cells = <3>;
>  			#size-cells = <0>;
> +			resets = <&rst I3C0_RESET>;
> +			reset-names = "core_rst";

[Severity: Low]
Will adding these properties without an accompanying binding update cause 
dtbs_check to fail? 

It looks like the bindings for these nodes validate against 
Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml, which 
enforces unevaluatedProperties: false. However, neither that schema nor 
the schemas it includes appear to declare the resets or reset-names 
properties. 

Should the YAML binding schema be updated to document these capabilities 
and prevent validation errors?

>  			interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
>  			clocks = <&clkmgr AGILEX5_L4_MP_CLK>;
>  			status = "disabled";

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260527174221.79259-2-dinguyen@kernel.org?part=1

  reply	other threads:[~2026-05-27 18:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-27 17:42 [PATCHv2 1/2] dt-bindings: i3c: dw: add resets and reset-names Dinh Nguyen
2026-05-27 17:42 ` [PATCHv2 2/2] arm64: dts: socfpga: agilex5: popuplate reset properties for I3C Dinh Nguyen
2026-05-27 18:01   ` sashiko-bot [this message]
2026-05-27 18:03 ` [PATCHv2 1/2] dt-bindings: i3c: dw: add resets and reset-names sashiko-bot
2026-05-28  7:20 ` Krzysztof Kozlowski

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=20260527180135.2F6F61F000E9@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dinguyen@kernel.org \
    --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