From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: sashiko-reviews@lists.linux.dev, Frank Li <Frank.li@oss.nxp.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: Wed, 15 Jul 2026 08:45:30 +0200 [thread overview]
Message-ID: <8709657.T7Z3S40VBb@steina-w> (raw)
In-Reply-To: <alZW0l9rJpn8L0Mh@SMW015318>
Am Dienstag, 14. Juli 2026, 17:33:38 CEST schrieb Frank Li:
> On Tue, Jul 14, 2026 at 03:01:25PM +0000, sashiko-bot@kernel.org wrote:
> > 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?
>
> Is it true?
That's true, the regulator will be disabled. But currently there is no
XFI/10G support anyway, so nothing will be disabled. This regulator is
taken from downstream where XFI already is supported.
Best regards,
Alexander
--
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/
prev parent reply other threads:[~2026-07-15 6:45 UTC|newest]
Thread overview: 4+ 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
2026-07-14 15:33 ` Frank Li
2026-07-15 6:45 ` Alexander Stein [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=8709657.T7Z3S40VBb@steina-w \
--to=alexander.stein@ew.tq-group.com \
--cc=Frank.Li@kernel.org \
--cc=Frank.li@oss.nxp.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 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.