diff options
author | Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> | 2016-05-27 15:00:16 -0700 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-27 16:08:47 +0200 |
commit | e8780b643bb8be6201102badd2708a6a5c758331 (patch) | |
tree | e7ba87ad389cc120f8fa117954a7a33d855db87b /target/linux | |
parent | 824147960569f2c1cd22140c9074c62c3df911a5 (diff) | |
download | upstream-e8780b643bb8be6201102badd2708a6a5c758331.tar.gz upstream-e8780b643bb8be6201102badd2708a6a5c758331.tar.bz2 upstream-e8780b643bb8be6201102badd2708a6a5c758331.zip |
lantiq: Use the correct SPI flash speed for the Netgear DGN3500
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/dts/DGN3500.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/DGN3500.dtsi b/target/linux/lantiq/dts/DGN3500.dtsi index 89a773791f..1390158fce 100644 --- a/target/linux/lantiq/dts/DGN3500.dtsi +++ b/target/linux/lantiq/dts/DGN3500.dtsi @@ -168,7 +168,7 @@ #size-cells = <1>; compatible = "jedec,spi-nor"; reg = <4 0>; - spi-max-frequency = <1000000>; + spi-max-frequency = <30000000>; partitions { compatible = "fixed-partitions"; |