diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2019-08-23 15:50:46 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-09-29 11:29:57 +0200 |
commit | b5a70a3fcd3eb57e202fd0c9692a704620de6268 (patch) | |
tree | e396a0d5b008274128809b84581603ffc1ccf4c5 /target/linux/ath79/dts | |
parent | 5a0a969e411ed500a997ec85fc6835c82d312b50 (diff) | |
download | upstream-b5a70a3fcd3eb57e202fd0c9692a704620de6268.tar.gz upstream-b5a70a3fcd3eb57e202fd0c9692a704620de6268.tar.bz2 upstream-b5a70a3fcd3eb57e202fd0c9692a704620de6268.zip |
ath79: dts: fix ja76pf2 spi frequency
The frequency was filled acording the information from datasheet for
particular chip (Winbond 25Q128BVFG). Unfortunately this led to
coruption and introduced bad blocks on the chip. Reducing the frequency
to commonly used in ath79, made the board more stable and no new bad
blocks were spoted.
Fixes: b3a0c97 ("ath79: add support for jjPlus JA76PF2")
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
(cherry picked from commit c1db564cbc7cad88606f3caedf81d07b0a60931f)
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/ar7161_jjplus_ja76pf2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar7161_jjplus_ja76pf2.dts b/target/linux/ath79/dts/ar7161_jjplus_ja76pf2.dts index 76f140fa55..b983d1b994 100644 --- a/target/linux/ath79/dts/ar7161_jjplus_ja76pf2.dts +++ b/target/linux/ath79/dts/ar7161_jjplus_ja76pf2.dts @@ -111,7 +111,7 @@ flash@0 { compatible = "jedec,spi-nor"; reg = <0>; - spi-max-frequency = <104000000>; + spi-max-frequency = <25000000>; partitions { #address-cells = <1>; |