[openwrt/openwrt] ramips: increase SPI frequency for ELECOM WRC-GST devices

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 21 15:32:42 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b5ae70d0530d1a733816f921ae0fe4dd58251fbb

commit b5ae70d0530d1a733816f921ae0fe4dd58251fbb
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Sat May 16 15:14:18 2020 +0900

    ramips: increase SPI frequency for ELECOM WRC-GST devices
    
    Increase the SPI frequency for ELECOM WRC-1900GST and WRC-2533GST
    to 40 MHz by updating the common DTSI file.
    
    Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
    [WRC-1900GST]
    Acked-by: NOGUCHI Hiroshi <drvlabo at gmail.com>
    [split patch, adjust commit title/message]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/ramips/dts/mt7621_elecom_wrc-gst.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/dts/mt7621_elecom_wrc-gst.dtsi b/target/linux/ramips/dts/mt7621_elecom_wrc-gst.dtsi
index 3bfdbe398c..03fe467578 100644
--- a/target/linux/ramips/dts/mt7621_elecom_wrc-gst.dtsi
+++ b/target/linux/ramips/dts/mt7621_elecom_wrc-gst.dtsi
@@ -127,7 +127,7 @@
 	flash at 0 {
 		compatible = "jedec,spi-nor";
 		reg = <0>;
-		spi-max-frequency = <10000000>;
+		spi-max-frequency = <40000000>;
 
 		partitions {
 			compatible = "fixed-partitions";



More information about the lede-commits mailing list