diff options
author | Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> | 2016-06-24 15:12:35 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-24 15:12:35 +0200 |
commit | c18cbbde4f5ad023e4c4aa6acfc8a039d2869351 (patch) | |
tree | 0b3ad3a1f10a97917484c2df748b29de619ece52 /target/linux | |
parent | 50f36b2c4bc24b7841ac873f7b007ee30a8813d8 (diff) | |
download | master-187ad058-c18cbbde4f5ad023e4c4aa6acfc8a039d2869351.tar.gz master-187ad058-c18cbbde4f5ad023e4c4aa6acfc8a039d2869351.tar.bz2 master-187ad058-c18cbbde4f5ad023e4c4aa6acfc8a039d2869351.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 7854007e01..569fa9f11c 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"; |