diff options
author | 2024-09-02 13:46:51 +0200 | |
---|---|---|
committer | 2024-09-03 16:23:20 +0800 | |
commit | f526d20a33d3f3d3b3a507b675c1f0ec1a8b6856 (patch) | |
tree | bd64583c6653fb23c4175bdf348066346a202795 | |
parent | ARM: dts: imx28-lwe: Fix partitions definitions (diff) | |
download | wireguard-linux-f526d20a33d3f3d3b3a507b675c1f0ec1a8b6856.tar.xz wireguard-linux-f526d20a33d3f3d3b3a507b675c1f0ec1a8b6856.zip |
ARM: dts: imx28-lwe: Reduce maximal SPI frequency
Due to some operational problems (HW) the maximal speed of the SPI
frequency for flash memory has been reduced by half.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/nxp/mxs/imx28-lwe.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-lwe.dtsi b/arch/arm/boot/dts/nxp/mxs/imx28-lwe.dtsi index a954fef8bd8e..0fc74eeac217 100644 --- a/arch/arm/boot/dts/nxp/mxs/imx28-lwe.dtsi +++ b/arch/arm/boot/dts/nxp/mxs/imx28-lwe.dtsi @@ -109,7 +109,7 @@ flash@0 { compatible = "jedec,spi-nor"; - spi-max-frequency = <40000000>; + spi-max-frequency = <20000000>; reg = <0>; partitions { |