diff options
| author | INAGAKI Hiroshi | 2021-01-09 06:16:44 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-03-06 19:05:45 +0000 |
| commit | 621d88d7416a61ee3bae0211ab518ab39ea77324 (patch) | |
| tree | 27cdb39c247253e37fbb55d50a8a1215bc38f76b | |
| parent | 6c743c3006f9b8446a11eab4af2f7997ab6a6a2f (diff) | |
| download | openwrt-621d88d7416a61ee3bae0211ab518ab39ea77324.tar.gz | |
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"; |