diff options
author | Lukasz Majewski <lukma@denx.de> | 2024-09-02 13:46:51 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-09-03 16:23:20 +0800 |
commit | f526d20a33d3f3d3b3a507b675c1f0ec1a8b6856 (patch) | |
tree | bd64583c6653fb23c4175bdf348066346a202795 /arch/arm | |
parent | a51f97aef65365436e206a6d6d2906e685b14123 (diff) |
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>
Diffstat (limited to 'arch/arm')
-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 { |