diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-02-27 14:49:08 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-02-27 14:56:02 +0100 |
commit | 0b9b0c5d1526fce64b731c2583bf3eb8b9cb36c1 (patch) | |
tree | 472e334c58d83a5a27593edf4f0a1c8431c695dc /target/linux | |
parent | 845093e8a0abdcb6eb72047f8d093cd37d81482e (diff) | |
download | upstream-0b9b0c5d1526fce64b731c2583bf3eb8b9cb36c1.tar.gz upstream-0b9b0c5d1526fce64b731c2583bf3eb8b9cb36c1.tar.bz2 upstream-0b9b0c5d1526fce64b731c2583bf3eb8b9cb36c1.zip |
ath79: also reduce spi-max-frequency for buffalo_wzr-hp-ag300h
In accordance to ebc090e420d1 ("ath79: reduce spi-max-frequency to 50 MHz")
this also reduces the spi-max-frequency to 50 MHz for the last remaining
device with higher frequency in ath79. This will save us from having a
single special case that will require adjustment when the spi driver for
this device is changed in the future.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Acked-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts b/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts index e87f422051..b3855eff06 100644 --- a/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts +++ b/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts @@ -234,14 +234,14 @@ flash0: flash@0 { compatible = "jedec,spi-nor"; reg = <0>; - spi-max-frequency = <104000000>; + spi-max-frequency = <50000000>; m25p,fast-read; }; flash1: flash@1 { compatible = "jedec,spi-nor"; reg = <1>; - spi-max-frequency = <104000000>; + spi-max-frequency = <50000000>; m25p,fast-read; }; }; |