diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2020-05-16 15:14:18 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-28 14:31:51 +0200 |
commit | ebefdf61ed471b0cc8ff8f1671498cc8c8ac4957 (patch) | |
tree | 3802e09311d47b941245d931cac06ff444108783 | |
parent | 6b042217d7f0379e8ab7ebc07a4cfe99f3f26b5a (diff) | |
download | upstream-ebefdf61ed471b0cc8ff8f1671498cc8c8ac4957.tar.gz upstream-ebefdf61ed471b0cc8ff8f1671498cc8c8ac4957.tar.bz2 upstream-ebefdf61ed471b0cc8ff8f1671498cc8c8ac4957.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>
(cherry picked from commit b5ae70d0530d1a733816f921ae0fe4dd58251fbb)
-rw-r--r-- | target/linux/ramips/dts/elecom_wrc-gst.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/elecom_wrc-gst.dtsi b/target/linux/ramips/dts/elecom_wrc-gst.dtsi index 40f16adb84..fc2d7c0fb4 100644 --- a/target/linux/ramips/dts/elecom_wrc-gst.dtsi +++ b/target/linux/ramips/dts/elecom_wrc-gst.dtsi @@ -103,7 +103,7 @@ m25p80@0 { compatible = "jedec,spi-nor"; reg = <0>; - spi-max-frequency = <10000000>; + spi-max-frequency = <40000000>; partitions { compatible = "fixed-partitions"; |