From: sashiko-bot@kernel.org
To: "Alexander Stein" <alexander.stein@ew.tq-group.com>
Cc: imx@lists.linux.dev, conor+dt@kernel.org, Frank.Li@kernel.org,
devicetree@vger.kernel.org, robh@kernel.org,
wsa+renesas@sang-engineering.com
Subject: Re: [PATCH v8 1/1] arm64: dts: add tqma9596la-mba95xxca
Date: Tue, 14 Jul 2026 15:01:25 +0000 [thread overview]
Message-ID: <20260714150126.09D971F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260714143154.787825-1-alexander.stein@ew.tq-group.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] Unreferenced 10G SFP regulator will be unconditionally disabled by the regulator core.
--
--- Patch [1]: [PATCH v8 1/1] arm64: dts: add tqma9596la-mba95xxca ---
commit b7aa596cf679be039938abc33965834ed28f5c60
Author: Markus Niebel <Markus.Niebel@ew.tq-group.com>
arm64: dts: add tqma9596la-mba95xxca
This adds support for TQMa95xxLA modules, designed to be soldered
on a carrier board. MBa95xxCA is a carrier reference board / starter kit
design.
> diff --git a/arch/arm64/boot/dts/freescale/imx95-tqma9596la-mba95xxca.dts b/arch/arm64/boot/dts/freescale/imx95-tqma9596la-mba95xxca.dts
> new file mode 100644
> index 0000000000000..1d745d66997cb
> --- /dev/null
> +++ b/arch/arm64/boot/dts/freescale/imx95-tqma9596la-mba95xxca.dts
[ ... ]
> + reg_3v3a_10g: regulator-3v3a-10g {
> + compatible = "regulator-fixed";
> + regulator-name = "3V3A_10G";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> + gpio = <&expander2 15 GPIO_ACTIVE_HIGH>;
> + startup-delay-us = <2000>;
> + enable-active-high;
> + };
[ ... ]
> + sfp_xfi: sfp-xfi {
> + compatible = "sff,sfp";
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_sfp>;
> + i2c-bus = <&lpi2c7>;
> + maximum-power-milliwatt = <2000>;
> + mod-def0-gpios = <&expander1 3 GPIO_ACTIVE_LOW>;
> + tx-fault-gpios = <&gpio2 30 GPIO_ACTIVE_HIGH>;
> + los-gpios = <&gpio2 31 GPIO_ACTIVE_HIGH>;
> + tx-disable-gpios = <&expander2 2 GPIO_ACTIVE_HIGH>;
> + };
[Severity: Medium]
Will the 10G SFP regulator be turned off by the regulator core?
The reg_3v3a_10g regulator is defined without regulator-always-on, and the
sfp_xfi node seems to be missing the vcc-supply = <®_3v3a_10g>; property
to link the SFP to its power source.
Since it lacks consumers, won't the regulator core automatically disable this
unused regulator at the end of boot and unconditionally turn off power to the
10G interface?
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260714143154.787825-1-alexander.stein@ew.tq-group.com?part=1
next prev parent reply other threads:[~2026-07-14 15:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-14 14:31 [PATCH v8 1/1] arm64: dts: add tqma9596la-mba95xxca Alexander Stein
2026-07-14 15:01 ` sashiko-bot [this message]
2026-07-14 15:33 ` Frank Li
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=20260714150126.09D971F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=Frank.Li@kernel.org \
--cc=alexander.stein@ew.tq-group.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=imx@lists.linux.dev \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
--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