From: sashiko-bot@kernel.org
To: "Joy Zou" <joy.zou@nxp.com>
Cc: Frank.Li@kernel.org, conor+dt@kernel.org, robh@kernel.org,
devicetree@vger.kernel.org, imx@lists.linux.dev
Subject: Re: [PATCH 1/5] arm64: dts: imx91-9x9-qsb: remove unused property clock-frequency from mdio node
Date: Tue, 19 May 2026 11:23:13 +0000 [thread overview]
Message-ID: <20260519112314.60D28C2BCB3@smtp.kernel.org> (raw)
In-Reply-To: <20260519-b4-imx91-qsb-opt-v1-1-9b416d2dc224@nxp.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] Removing a valid hardware description property because the current Linux driver does not use it violates Device Tree design principles.
--
commit c26ce3df4b77107e385684e72957f14db0b4c96d
Author: Joy Zou <joy.zou@nxp.com>
arm64: dts: imx91-9x9-qsb: remove unused property clock-frequency from mdio node
This commit removes the clock-frequency property from the mdio node, stating
that it is not implemented and removing it cleans up the device tree.
> diff --git a/arch/arm64/boot/dts/freescale/imx91-9x9-qsb.dts b/arch/arm64/boot/dts/freescale/imx91-9x9-qsb.dts
> --- a/arch/arm64/boot/dts/freescale/imx91-9x9-qsb.dts
> +++ b/arch/arm64/boot/dts/freescale/imx91-9x9-qsb.dts
> @@ -79,7 +79,6 @@ mdio {
> compatible = "snps,dwmac-mdio";
> #address-cells = <1>;
> #size-cells = <0>;
> - clock-frequency = <5000000>;
Could removing this property introduce a regression in the hardware
description?
The device tree is meant to be an OS-agnostic hardware description. The
clock-frequency property is standard for this node and accurately describes
the hardware's intended MDIO bus speed of 5MHz.
Removing valid hardware properties due to temporary software limitations
strips away useful context that alternative operating systems, bootloaders
like U-Boot, or future Linux driver enhancements might rely on.
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260519-b4-imx91-qsb-opt-v1-0-9b416d2dc224@nxp.com?part=1
next prev parent reply other threads:[~2026-05-19 11:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-19 11:15 [PATCH 0/5] arm64: dts: imx91-11x11-evk/imx91-9x9-qsb: misc cleanups and improvements Joy Zou
2026-05-19 11:15 ` [PATCH 1/5] arm64: dts: imx91-9x9-qsb: remove unused property clock-frequency from mdio node Joy Zou
2026-05-19 11:23 ` sashiko-bot [this message]
2026-05-19 11:15 ` [PATCH 2/5] arm64: dts: imx91-9x9-qsb: add pinctrl for wdog3 reset Joy Zou
2026-05-19 11:15 ` [PATCH 3/5] arm64: dts: imx91-11x11-evk: " Joy Zou
2026-05-19 11:15 ` [PATCH 4/5] arm64: dts: imx91-11x11-evk: add reset gpios for ethernet PHYs Joy Zou
2026-05-19 12:05 ` sashiko-bot
2026-05-19 11:15 ` [PATCH 5/5] arm64: dts: imx91-9x9-qsb: " Joy Zou
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=20260519112314.60D28C2BCB3@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=Frank.Li@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=imx@lists.linux.dev \
--cc=joy.zou@nxp.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox