diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2021-01-09 15:16:44 +0900 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-06 20:05:45 +0100 |
commit | 621d88d7416a61ee3bae0211ab518ab39ea77324 (patch) | |
tree | 27cdb39c247253e37fbb55d50a8a1215bc38f76b | |
parent | 6c743c3006f9b8446a11eab4af2f7997ab6a6a2f (diff) | |
download | upstream-621d88d7416a61ee3bae0211ab518ab39ea77324.tar.gz upstream-621d88d7416a61ee3bae0211ab518ab39ea77324.tar.bz2 upstream-621d88d7416a61ee3bae0211ab518ab39ea77324.zip |
ramips: increase spi frequency for Buffalo WCR-1166DS
Use higher frequency than current and up the speed to access to the
flash on WCR-1166DS.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
-rw-r--r-- | target/linux/ramips/dts/mt7628an_buffalo_wcr-1166ds.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7628an_buffalo_wcr-1166ds.dts b/target/linux/ramips/dts/mt7628an_buffalo_wcr-1166ds.dts index 41bad4e3ed..f8c024a85d 100644 --- a/target/linux/ramips/dts/mt7628an_buffalo_wcr-1166ds.dts +++ b/target/linux/ramips/dts/mt7628an_buffalo_wcr-1166ds.dts @@ -120,7 +120,7 @@ flash@0 { compatible = "jedec,spi-nor"; reg = <0>; - spi-max-frequency = <10000000>; + spi-max-frequency = <40000000>; partitions { compatible = "fixed-partitions"; |