From e8780b643bb8be6201102badd2708a6a5c758331 Mon Sep 17 00:00:00 2001 From: Daniel Gimpelevich Date: Fri, 27 May 2016 15:00:16 -0700 Subject: [PATCH] lantiq: Use the correct SPI flash speed for the Netgear DGN3500 Signed-off-by: Daniel Gimpelevich --- target/linux/lantiq/dts/DGN3500.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.30.2