]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx95-tqma9596sa: reduce maximum FlexSPI frequency to 66MHz
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Thu, 30 Oct 2025 12:49:09 +0000 (13:49 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 17 Nov 2025 00:56:54 +0000 (08:56 +0800)
66 MHz is the maximum FlexPI clock frequency in normal/overdrive mode
when RXCLKSRC = 0 (Default)

Fixes: 91d1ff322c47 ("arm64: dt: imx95: Add TQMa95xxSA")
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx95-tqma9596sa.dtsi

index c3bb61ea679617e404ccaae70bb11e43ee6796dd..16c40d11d3b5d88848c9c0256ae4332ab95a6420 100644 (file)
        flash0: flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
-               spi-max-frequency = <80000000>;
+               spi-max-frequency = <66000000>;
                spi-tx-bus-width = <4>;
                spi-rx-bus-width = <4>;
                vcc-supply = <&reg_1v8>;