From: sashiko-bot@kernel.org
To: "Franz Schnyder" <fra.schnyder@gmail.com>
Cc: imx@lists.linux.dev, Frank.Li@kernel.org, robh@kernel.org,
devicetree@vger.kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH 2/2] arm64: dts: freescale: imx95-aquila: Add ENETC port 2 in SGMII mode
Date: Thu, 03 Sep 2026 17:13:33 +0000 [thread overview]
Message-ID: <20260903171334.09F291F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260903-add-enetc-port2-v1-2-2a21139d7a7c@toradex.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Incorrect alphabetical ordering of Device Tree nodes in board file.
--
commit 0d298c35f819e60d18b42987638eda0dd342b16e
Author: Franz Schnyder <franz.schnyder@toradex.com>
arm64: dts: freescale: imx95-aquila: Add ENETC port 2 in SGMII mode
This commit adds support for the Aquila ETH_2 using the ENETC port 2 as a
SGMII Ethernet interface. It enables the required nodes in both the dev
and clover carrier boards.
> diff --git a/arch/arm64/boot/dts/freescale/imx95-aquila-dev.dts b/arch/arm64/boot/dts/freescale/imx95-aquila-dev.dts
> index 3df17700b632f..2ff7bb8d6ac43 100644
> --- a/arch/arm64/boot/dts/freescale/imx95-aquila-dev.dts
> +++ b/arch/arm64/boot/dts/freescale/imx95-aquila-dev.dts
> @@ -99,11 +99,29 @@ &dsi2dp_out {
> remote-endpoint = <&dp_1_connector_in>;
> };
>
> +/* Aquila ETH_2_XGMII_MDIO, shared between all ethernet ports */
> +&netc_emdio {
[Severity: Low]
This isn't a bug, but device tree node overrides in board files are
conventionally ordered alphabetically by their label. Could this
&netc_emdio node be placed after nodes starting with 'e', rather than before
the &enetc_port0 node just below it? It appears this alphabetical ordering
was followed correctly for imx95-aquila-clover.dts.
> + ethphy2: ethernet-phy@4 {
> + reg = <4>;
> + interrupt-parent = <&som_gpio_expander_1>;
> + interrupts = <8 IRQ_TYPE_EDGE_FALLING>;
> + };
> +};
> +
> /* Aquila ETH_1 */
> &enetc_port0 {
> status = "okay";
> };
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260903-add-enetc-port2-v1-0-2a21139d7a7c@toradex.com?part=2
prev parent reply other threads:[~2026-09-03 17:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-03 17:08 [PATCH 0/2] arm64: dts: freescale: imx95: Add ENETC port 2 in SGMII mode on Toradex boards Franz Schnyder
2026-09-03 17:08 ` [PATCH 1/2] arm64: dts: freescale: imx95-toradex-smarc: Add ENETC port 2 in SGMII mode Franz Schnyder
2026-09-03 17:08 ` [PATCH 2/2] arm64: dts: freescale: imx95-aquila: " Franz Schnyder
2026-09-03 17:13 ` sashiko-bot [this message]
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=20260903171334.09F291F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=Frank.Li@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fra.schnyder@gmail.com \
--cc=imx@lists.linux.dev \
--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