From 8126521e11b4da3c3fa79feb794646068dbaa4b1 Mon Sep 17 00:00:00 2001 From: Chuanhong Guo Date: Sun, 13 Sep 2020 18:53:25 +0800 Subject: [PATCH] ramips: mt7621: pbr-m1: increase SPI clock to 50MHz Signed-off-by: Chuanhong Guo --- target/linux/ramips/dts/mt7621_d-team_pbr-m1.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/mt7621_d-team_pbr-m1.dts b/target/linux/ramips/dts/mt7621_d-team_pbr-m1.dts index 1e17eadde1..15b717616e 100644 --- a/target/linux/ramips/dts/mt7621_d-team_pbr-m1.dts +++ b/target/linux/ramips/dts/mt7621_d-team_pbr-m1.dts @@ -109,7 +109,8 @@ flash@0 { compatible = "jedec,spi-nor"; reg = <0>; - spi-max-frequency = <10000000>; + spi-max-frequency = <50000000>; + m25p,fast-read; broken-flash-reset; partitions { -- 2.30.2