Devicetree
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Franz Schnyder" <fra.schnyder@gmail.com>
Cc: devicetree@vger.kernel.org, imx@lists.linux.dev, robh@kernel.org,
	Frank.Li@kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH v2 3/3] arm64: dts: freescale: imx95-aquila: Add Clover carrier board
Date: Wed, 20 May 2026 12:16:38 +0000	[thread overview]
Message-ID: <20260520121639.97C711F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260520-add-aquila-imx95-v2-3-06424a51e33a@toradex.com>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The flexspi1 flash node incorrectly uses Cadence QSPI specific properties (cdns,*) with an NXP FlexSPI controller.
--

commit 58fa26ce8327e303e6d4b9e4915178ba8d66e5b7
Author: Antoine Gouby <antoine.gouby@toradex.com>

arm64: dts: freescale: imx95-aquila: Add Clover carrier board

This commit adds device tree support for the Aquila i.MX95 SoM mated with
the Clover carrier board. It configures basic interfaces including DP,
Ethernet, CAN, and the FlexSPI controller.

Link: https://www.toradex.com/computer-on-modules/aquila-arm-family/nxp-imx95
Link: https://www.toradex.com/products/carrier-board/clover

> diff --git a/arch/arm64/boot/dts/freescale/imx95-aquila-clover.dts b/arch/arm64/boot/dts/freescale/imx95-aquila-clover.dts
> new file mode 100644
> index 0000000000000..021d437763412
> --- /dev/null
> +++ b/arch/arm64/boot/dts/freescale/imx95-aquila-clover.dts

[ ... ]

> +/* Aquila QSPI_1 */
> +&flexspi1 {
> +	pinctrl-0 = <&pinctrl_flexspi1_4bit>,
> +		    <&pinctrl_qspi_cs1>;
> +
> +	status = "okay";
> +
> +	flash@0 {
> +		compatible = "jedec,spi-nor";
> +		reg = <0x0>;
> +		spi-max-frequency = <66000000>;
> +		spi-rx-bus-width = <4>;
> +		spi-tx-bus-width = <4>;
> +		cdns,read-delay = <0>;
> +		cdns,tchsh-ns = <3>;
> +		cdns,tsd2d-ns = <10>;
> +		cdns,tshsl-ns = <30>;
> +		cdns,tslch-ns = <8>;

[Severity: Low]
Are these cdns,* properties intended for the NXP FlexSPI controller?

The imx95 SoC utilizes the NXP FlexSPI controller, but these cdns properties
are specific to the Cadence QSPI driver. The NXP FlexSPI driver does not
parse or support any cdns,* properties, so these timing configurations will
be silently ignored by the kernel.

> +	};
> +};

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260520-add-aquila-imx95-v2-0-06424a51e33a@toradex.com?part=3

  reply	other threads:[~2026-05-20 12:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-20 11:30 [PATCH v2 0/3] arm64: dts: freescale: add Toradex Aquila iMX95 Franz Schnyder
2026-05-20 11:30 ` [PATCH v2 1/3] dt-bindings: arm: fsl: add " Franz Schnyder
2026-05-20 11:30 ` [PATCH v2 2/3] arm64: dts: freescale: add Aquila iMX95 support Franz Schnyder
2026-05-20 11:59   ` sashiko-bot
2026-05-20 11:30 ` [PATCH v2 3/3] arm64: dts: freescale: imx95-aquila: Add Clover carrier board Franz Schnyder
2026-05-20 12:16   ` sashiko-bot [this message]
2026-05-20 18:36     ` 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=20260520121639.97C711F000E9@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