From: Frank Li <Frank.li@nxp.com>
To: sashiko-reviews@lists.linux.dev
Cc: Franz Schnyder <fra.schnyder@gmail.com>,
devicetree@vger.kernel.org, Frank.Li@kernel.org, robh@kernel.org,
conor+dt@kernel.org, imx@lists.linux.dev
Subject: Re: [PATCH v4 2/3] arm64: dts: freescale: add Aquila iMX95 support
Date: Mon, 1 Jun 2026 15:42:15 -0400 [thread overview]
Message-ID: <ah3gl2imBTPoEpHm@lizhi-Precision-Tower-5810> (raw)
In-Reply-To: <20260521173020.0A03E1F000E9@smtp.kernel.org>
On Thu, May 21, 2026 at 05:30:19PM +0000, sashiko-bot@kernel.org wrote:
> Thank you for your contribution! Sashiko AI review found 2 potential issue(s) to consider:
> - [Medium] The DisplayPort connector references a disabled DisplayPort bridge, leaving dangling references and rendering the connector non-functional while wasting power.
> - [Medium] The dedicated power supply regulator for the disabled DSI-to-DP bridge is incorrectly marked as always-on, wasting power.
> --
>
> commit 3392fc6b669bcc9dccbd369d342a80d81c494ed6
> Author: João Paulo Gonçalves <joao.goncalves@toradex.com>
>
> arm64: dts: freescale: add Aquila iMX95 support
>
> This commit adds support for the Toradex Aquila iMX95 computer-on-module
> and its corresponding development carrier board.
>
> Link: https://www.toradex.com/computer-on-modules/aquila-arm-family/nxp-imx95
> Link: https://www.toradex.com/products/carrier-board/aquila-development-board-kit
>
> > diff --git a/arch/arm64/boot/dts/freescale/imx95-aquila-dev.dts b/arch/arm64/boot/dts/freescale/imx95-aquila-dev.dts
> > new file mode 100644
> > index 0000000000000..3df17700b632f
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/freescale/imx95-aquila-dev.dts
> > @@ -0,0 +1,389 @@
> [ ... ]
> > + aliases {
> > + eeprom1 = &carrier_eeprom;
> > + };
> > +
> > + dp_1_connector: dp0-connector {
> > + compatible = "dp-connector";
> > + dp-pwr-supply = <®_dp_3p3v>;
> > + type = "full-size";
> > +
> > + port {
> > + dp_1_connector_in: endpoint {
> > + remote-endpoint = <&dsi2dp_out>;
> > + };
> > + };
> > + };
>
> [Severity: Medium]
> Since som_dsi2dp_bridge is disabled by default in imx95-aquila.dtsi and not
> explicitly enabled in this device tree, does this connector node leave
> dangling references?
>
> Without status = "disabled" on this node, the display-connector driver will
> probe successfully and unconditionally enable its dp-pwr-supply (reg_dp_3p3v),
> wasting power on the carrier board for an unusable interface.
>
> Should this connector be disabled by default or have the bridge enabled here?
>
> > diff --git a/arch/arm64/boot/dts/freescale/imx95-aquila.dtsi b/arch/arm64/boot/dts/freescale/imx95-aquila.dtsi
> > new file mode 100644
> > index 0000000000000..69dc962a24a1d
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/freescale/imx95-aquila.dtsi
> > @@ -0,0 +1,1160 @@
> [ ... ]
> > + reg_dp_1p2v: regulator-dp-1p2v {
> > + compatible = "regulator-fixed";
> > + /* CTRL_DP_BRIDGE_EN */
> > + gpios = <&som_gpio_expander_0 7 GPIO_ACTIVE_HIGH>;
> > + enable-active-high;
> > + regulator-always-on;
> > + regulator-max-microvolt = <1200000>;
> > + regulator-min-microvolt = <1200000>;
> > + regulator-name = "On-module +V1.2_DP";
> > + vin-supply = <®_1p8v>;
> > + };
>
> [Severity: Medium]
> Since this regulator is a dedicated power supply for som_dsi2dp_bridge which
> is marked as status = "disabled" below, is it necessary to have the
> regulator-always-on property here?
This one make sense. Does this regulator-dp-1p2v really need always on.
Frank
>
> The always-on property bypasses the driver and forces the regulator core to
> unconditionally assert the CTRL_DP_BRIDGE_EN GPIO at boot, continuously
> powering the bridge chip on the module even when disabled.
>
> --
> Sashiko AI review · https://sashiko.dev/#/patchset/20260521-add-aquila-imx95-v4-0-5a7f86c824f5@toradex.com?part=2
next prev parent reply other threads:[~2026-06-01 19:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-21 17:11 [PATCH v4 0/3] arm64: dts: freescale: add Toradex Aquila iMX95 Franz Schnyder
2026-05-21 17:11 ` [PATCH v4 1/3] dt-bindings: arm: fsl: add " Franz Schnyder
2026-05-21 17:11 ` [PATCH v4 2/3] arm64: dts: freescale: add Aquila iMX95 support Franz Schnyder
2026-05-21 17:30 ` sashiko-bot
2026-06-01 19:42 ` Frank Li [this message]
2026-06-02 5:07 ` Francesco Dolcini
2026-06-01 19:45 ` Frank Li
2026-06-02 5:11 ` Francesco Dolcini
2026-05-21 17:11 ` [PATCH v4 3/3] arm64: dts: freescale: imx95-aquila: Add Clover carrier board Franz Schnyder
2026-06-02 17:33 ` [PATCH v4 0/3] arm64: dts: freescale: add Toradex Aquila iMX95 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=ah3gl2imBTPoEpHm@lizhi-Precision-Tower-5810 \
--to=frank.li@nxp.com \
--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