From 621d88d7416a61ee3bae0211ab518ab39ea77324 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Sat, 9 Jan 2021 15:16:44 +0900 Subject: [PATCH] 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 --- target/linux/ramips/dts/mt7628an_buffalo_wcr-1166ds.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.30.2