From: sashiko-bot@kernel.org
To: "Sven Peter" <sven@kernel.org>
Cc: devicetree@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH 1/3] dt-bindings: reset: Add Apple SoC CIO reset
Date: Sun, 09 Aug 2026 12:26:55 +0000 [thread overview]
Message-ID: <20260809122656.4CE191F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260809-b4-cio-reset-v1-1-4f33777d9b4b@kernel.org>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Unit address and reg mismatch in the dt-schema example causes `dt_binding_check` to fail.
--
--- Patch [1]: [PATCH 1/3] dt-bindings: reset: Add Apple SoC CIO reset ---
commit 97bcf50ad89703c7219aea4998995a3a045920b5
Author: Sven Peter <sven@kernel.org>
dt-bindings: reset: Add Apple SoC CIO reset
This commit introduces device tree bindings for the CIO (USB4/Thunderbolt)
reset controller on Apple Silicon SoCs. It defines both a standalone node
representation for t8103 and a syscon sub-node representation for t600x.
> diff --git a/Documentation/devicetree/bindings/reset/apple,t8103-cio-reset.yaml b/Documentation/devicetree/bindings/reset/apple,t8103-cio-reset.yaml
> new file mode 100644
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/reset/apple,t8103-cio-reset.yaml
[ ... ]
> +examples:
> + - |
[ ... ]
> + - |
> + power-management@28e080000 {
> + compatible = "apple,t6000-pmgr", "apple,pmgr", "syscon", "simple-mfd";
> + reg = <0x8e080000 0x1c000>;
[Severity: Low]
Does this unit address mismatch the reg property base address? The node's
unit address is @28e080000, but the reg property uses 0x8e080000. This
typically causes make dt_binding_check to fail due to a unit_address_vs_reg
warning from dtc.
> + #address-cells = <1>;
> + #size-cells = <1>;
> +
> + reset-controller@1a034 {
> + compatible = "apple,t6000-cio-reset";
> + reg = <0x1a034 0x4>;
> + #reset-cells = <1>;
> + };
> + };
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260809-b4-cio-reset-v1-0-4f33777d9b4b@kernel.org?part=1
next prev parent reply other threads:[~2026-08-09 12:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-09 12:16 [PATCH 0/3] Apple SoC CIO (USB4/Thunderbolt) reset controller Sven Peter
2026-08-09 12:16 ` [PATCH 1/3] dt-bindings: reset: Add Apple SoC CIO reset Sven Peter
2026-08-09 12:26 ` sashiko-bot [this message]
2026-08-10 16:02 ` Conor Dooley
2026-08-09 12:16 ` [PATCH 2/3] reset: Add Apple SoC CIO reset driver Sven Peter
2026-08-09 12:28 ` sashiko-bot
2026-08-09 14:30 ` Joshua Peisach
2026-08-09 15:20 ` Sven Peter
2026-08-09 17:13 ` Joshua Peisach
2026-08-09 12:16 ` [PATCH 3/3] arm64: dts: apple: Add CIO reset controllers Sven Peter
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=20260809122656.4CE191F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
--cc=sven@kernel.org \
/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.