From: sashiko-bot@kernel.org
To: "Coia Prant" <coiaprant@gmail.com>
Cc: neil.armstrong@linaro.org, devicetree@vger.kernel.org,
conor+dt@kernel.org, wsa+renesas@sang-engineering.com,
olteanv@gmail.com, linux-phy@lists.infradead.org,
robh@kernel.org, vkoul@kernel.org
Subject: Re: [PATCH v2 09/10] arm64: dts: rockchip: rk3568-photonicat: enable SGMII LAN port
Date: Sun, 02 Aug 2026 14:25:43 +0000 [thread overview]
Message-ID: <20260802142544.1B61F1F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260801142244.679437-11-coiaprant@gmail.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The YT8521SC PHY node specifies 10G Energy Efficient Ethernet (EEE) errata properties (`eee-broken-10gt`, `eee-broken-10gkx4`, `eee-broken-10gkr`) despite being a Gigabit PHY.
--
--- Patch [9]: [PATCH v2 09/10] arm64: dts: rockchip: rk3568-photonicat: enable SGMII LAN port ---
commit 08ee4bf87f62aaa593b62ffb0a37f8f8618a6a2a
Author: Coia Prant <coiaprant@gmail.com>
arm64: dts: rockchip: rk3568-photonicat: enable SGMII LAN port
This commit enables the SGMII LAN port on the Ariaboard Photonicat,
adding the necessary XPCS, GMAC0, and MDIO0 nodes to make the Motorcomm
YT8521SC Gigabit Ethernet PHY functional.
> diff --git a/arch/arm64/boot/dts/rockchip/rk3568-photonicat.dts b/arch/arm64/boot/dts/rockchip/rk3568-photonicat.dts
> --- a/arch/arm64/boot/dts/rockchip/rk3568-photonicat.dts
> +++ b/arch/arm64/boot/dts/rockchip/rk3568-photonicat.dts
[ ... ]
> @@ -341,6 +352,39 @@ &i2s0_8ch {
> status = "okay";
> };
>
> +&mdio0 {
> + sgmii_phy: ethernet-phy@3 {
> + compatible = "ethernet-phy-id0000.011a";
> + reg = <0x3>;
> + max-speed = <1000>;
> + eee-broken-10gt;
> + eee-broken-10gkx4;
> + eee-broken-10gkr;
[Severity: Low]
Are these 10G Energy Efficient Ethernet (EEE) errata properties intended for
this Gigabit PHY? Since max-speed is limited to 1000, these 10G-specific
properties appear to be inapplicable to this device.
> + reset-assert-us = <20000>;
> + reset-deassert-us = <100000>;
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260801142244.679437-2-coiaprant@gmail.com?part=9
next prev parent reply other threads:[~2026-08-02 14:25 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-01 14:22 [PATCH v2 00/10] net-next: add basic support for RK3568 XPCS Coia Prant
2026-08-01 14:22 ` [PATCH v2 01/10] net: stmmac: move XPCS lifetime management to platform drivers Coia Prant
2026-08-01 14:22 ` [PATCH v2 02/10] dt-bindings: phy: rockchip: naneng-combphy: add rockchip,sgmii-mac-sel property Coia Prant
2026-08-02 14:25 ` sashiko-bot
2026-08-01 14:22 ` [PATCH v2 03/10] phy: rockchip: naneng-combphy: add SGMII MAC selection for RK3568 Coia Prant
2026-08-01 20:58 ` Andrew Lunn
2026-08-02 2:51 ` Coia Prant
2026-08-01 14:22 ` [PATCH v2 04/10] dt-bindings: net: pcs: add rockchip,rk3568-xpcs binding Coia Prant
2026-08-02 14:25 ` sashiko-bot
2026-08-01 14:22 ` [PATCH v2 05/10] arm64: dts: rockchip: rk3568: add XPCS and fixed-clock nodes Coia Prant
2026-08-01 16:28 ` Heiko Stübner
2026-08-01 19:19 ` Coia Prant
2026-08-01 21:05 ` Andrew Lunn
2026-08-02 3:28 ` Coia Prant
2026-08-02 15:19 ` Andrew Lunn
2026-08-02 18:36 ` Coia Prant
2026-08-01 14:22 ` [PATCH v2 06/10] net: pcs: xpcs: add ANRESTART support for SGMII link recovery Coia Prant
2026-08-01 21:10 ` Andrew Lunn
2026-08-02 3:11 ` Coia Prant
2026-08-02 14:30 ` Andrew Lunn
2026-08-02 14:59 ` Maxime Chevallier
2026-08-02 18:25 ` Coia Prant
2026-08-02 14:25 ` sashiko-bot
2026-08-04 7:35 ` Maxime Chevallier
2026-08-01 14:22 ` [PATCH v2 07/10] net: pcs: xpcs: add Rockchip RK3568 platform glue driver Coia Prant
2026-08-02 1:29 ` Andrew Lunn
2026-08-02 3:20 ` Coia Prant
2026-08-02 14:39 ` Andrew Lunn
2026-08-02 18:33 ` Coia Prant
2026-08-02 19:00 ` Andrew Lunn
2026-08-02 14:25 ` sashiko-bot
2026-08-01 14:22 ` [PATCH v2 08/10] net: stmmac: dwmac-rk: add SGMII support for RK3568 Coia Prant
2026-08-02 14:25 ` sashiko-bot
2026-08-01 14:22 ` [PATCH v2 09/10] arm64: dts: rockchip: rk3568-photonicat: enable SGMII LAN port Coia Prant
2026-08-02 14:25 ` sashiko-bot [this message]
2026-08-01 14:22 ` [PATCH v2 10/10] MAINTAINERS: add entry for Rockchip XPCS driver Coia Prant
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=20260802142544.1B61F1F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=coiaprant@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=neil.armstrong@linaro.org \
--cc=olteanv@gmail.com \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
--cc=vkoul@kernel.org \
--cc=wsa+renesas@sang-engineering.com \
/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