Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
From: Haibo Chen <haibo.chen@nxp.com>
To: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	Shawn Guo <shawnguo@kernel.org>,
	 Sascha Hauer <s.hauer@pengutronix.de>,
	 Pengutronix Kernel Team <kernel@pengutronix.de>,
	 Fabio Estevam <festevam@gmail.com>,
	Michael Walle <michael@walle.cc>,  Peng Fan <peng.fan@nxp.com>,
	Frank Li <frank.li@nxp.com>,
	 Marco Felsch <m.felsch@pengutronix.de>, Han Xu <han.xu@nxp.com>
Cc: devicetree@vger.kernel.org, imx@lists.linux.dev,
	 linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,  Haibo Chen <haibo.chen@nxp.com>
Subject: [PATCH v2 2/4] arm64: dts: imx8mn-evk: limit the max frequency of spi nor chip
Date: Wed, 17 Sep 2025 16:42:28 +0800	[thread overview]
Message-ID: <20250917-flexspi-dts-v2-2-7e2a95e3cf4d@nxp.com> (raw)
In-Reply-To: <20250917-flexspi-dts-v2-0-7e2a95e3cf4d@nxp.com>

The spi nor on imx8mn evk board works under SDR mode, and
driver use FlexSPIn_MCR0[RXCLKSRC] = 0x0 for SDR mode.
According to the datasheet, there is IO limitation on this chip,
the max frequency of such case is 66MHz, so add the limitation
here to align with datasheet.

Refer to 3.9.9 FlexSPI timing parameters on page 65.
https://www.nxp.com/docs/en/data-sheet/IMX8MNCEC.pdf

Fixes: 579df4288896 ("arm64: dts: imx8mn-evk: add QSPI flash")
Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
index 145355ff91b454795478b504eb403b0590848d46..fa43238e7b917a5b5f0bd9af96bd900f6dbacb8d 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
@@ -199,7 +199,7 @@ flash0: flash@0 {
 		reg = <0>;
 		#address-cells = <1>;
 		#size-cells = <1>;
-		spi-max-frequency = <166000000>;
+		spi-max-frequency = <66000000>;
 		spi-tx-bus-width = <4>;
 		spi-rx-bus-width = <4>;
 	};

-- 
2.34.1


  parent reply	other threads:[~2025-09-17  8:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-17  8:42 [PATCH v2 0/4] few small change for flexspi setting in dts file Haibo Chen
2025-09-17  8:42 ` [PATCH v2 1/4] arm64: dts: correct the flexspi compatible string to match with yaml Haibo Chen
2025-09-17 14:44   ` Frank Li
2025-09-17  8:42 ` Haibo Chen [this message]
2025-09-17 14:56   ` [PATCH v2 2/4] arm64: dts: imx8mn-evk: limit the max frequency of spi nor chip Frank Li
2025-09-17  8:42 ` [PATCH v2 3/4] arm64: dts: imx8mm-evk: " Haibo Chen
2025-09-18  9:01   ` Peng Fan
2025-09-19  7:29     ` Michael Walle
2025-09-19  9:30       ` Peng Fan
2025-09-19  8:26         ` Bough Chen
2025-09-17  8:42 ` [PATCH v2 4/4] arm64: dts: imx8mp-evk: " Haibo Chen

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=20250917-flexspi-dts-v2-2-7e2a95e3cf4d@nxp.com \
    --to=haibo.chen@nxp.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=frank.li@nxp.com \
    --cc=han.xu@nxp.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.felsch@pengutronix.de \
    --cc=michael@walle.cc \
    --cc=peng.fan@nxp.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /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