summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDavid Bentham <db260179@gmail.com>2023-12-25 11:51:16 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2024-01-03 00:21:09 +0100
commit443e3bd1c6e61aa39f4fc176b22ad2d75f33bcb4 (patch)
tree2ed1d46a1a70bd1f9cea541f9751837396ee9434 /target
parentbc00c78b4338779ca1b7cd08411f76218d1f3205 (diff)
downloadopenwrt-443e3bd1c6e61aa39f4fc176b22ad2d75f33bcb4.tar.gz
openwrt-443e3bd1c6e61aa39f4fc176b22ad2d75f33bcb4.tar.bz2
openwrt-443e3bd1c6e61aa39f4fc176b22ad2d75f33bcb4.zip
ramips: unielec-u7621-01: Increase SPI frequency to 50MHz
Flash: 16MB SPI NOR flash (Macronix MX25L12805D) Based on the manufactured datasheet this chip is capable of 50MHz. We dont enable fast-read as mt7621 are only capable of 44mhz in a read state. Tested on this unit without any issues. Signed-off-by: David Bentham <db260179@gmail.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/dts/mt7621_unielec_u7621-01-16m.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621_unielec_u7621-01-16m.dts b/target/linux/ramips/dts/mt7621_unielec_u7621-01-16m.dts
index c933e443c1..d6189f3d58 100644
--- a/target/linux/ramips/dts/mt7621_unielec_u7621-01-16m.dts
+++ b/target/linux/ramips/dts/mt7621_unielec_u7621-01-16m.dts
@@ -13,7 +13,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
- spi-max-frequency = <14000000>;
+ spi-max-frequency = <50000000>;
partitions {
compatible = "fixed-partitions";