diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2020-05-16 15:14:18 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-21 20:48:46 +0200 |
commit | b5ae70d0530d1a733816f921ae0fe4dd58251fbb (patch) | |
tree | 7f20109fded709ce22f493f4d95dc5e744045b38 /target | |
parent | 5aae0c786221f3d1cbb33bc08bdc1c9e7957f4ca (diff) | |
download | upstream-b5ae70d0530d1a733816f921ae0fe4dd58251fbb.tar.gz upstream-b5ae70d0530d1a733816f921ae0fe4dd58251fbb.tar.bz2 upstream-b5ae70d0530d1a733816f921ae0fe4dd58251fbb.zip |
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@gmail.com>
[WRC-1900GST]
Acked-by: NOGUCHI Hiroshi <drvlabo@gmail.com>
[split patch, adjust commit title/message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/mt7621_elecom_wrc-gst.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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@0 { compatible = "jedec,spi-nor"; reg = <0>; - spi-max-frequency = <10000000>; + spi-max-frequency = <40000000>; partitions { compatible = "fixed-partitions"; |