diff options
author | Óscar García Amor <ogarcia@connectical.com> | 2023-03-18 11:14:27 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-20 23:48:08 +0100 |
commit | ca330cac92240a882711cbe2fbf02f7231e47e9a (patch) | |
tree | 2c9e4603f31364389dcda34408c9589563d7837c /target/linux/ramips/dts | |
parent | f0091bb639f2727aeb49f3497dd8304108fd9792 (diff) | |
download | upstream-ca330cac92240a882711cbe2fbf02f7231e47e9a.tar.gz upstream-ca330cac92240a882711cbe2fbf02f7231e47e9a.tar.bz2 upstream-ca330cac92240a882711cbe2fbf02f7231e47e9a.zip |
ramips: cudy wr1300v2 reduce SPI freq to 40000000
Cases have been reported in which certain devices do not boot correctly
or have errors. After various tests by users who have such errors it has
been concluded that the SPI frequency should be reduced to 40Mhz, at
this speed it appears that all devices work correctly.
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/mt7621_cudy_wr1300-v2.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7621_cudy_wr1300-v2.dts b/target/linux/ramips/dts/mt7621_cudy_wr1300-v2.dts index 5c8b047e76..a5d2fc4607 100644 --- a/target/linux/ramips/dts/mt7621_cudy_wr1300-v2.dts +++ b/target/linux/ramips/dts/mt7621_cudy_wr1300-v2.dts @@ -58,8 +58,7 @@ flash@0 { compatible = "jedec,spi-nor"; reg = <0>; - spi-max-frequency = <80000000>; - m25p,fast-read; + spi-max-frequency = <40000000>; partitions { compatible = "fixed-partitions"; |