diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-02 21:53:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-02 21:53:02 +0000 |
commit | fec6303c5724e6b79d8c68f7650e876a0b2ace7b (patch) | |
tree | 34a0d1415da7a736928e23a041d36e815961da8e /target/linux/ramips/dts/MT7628.dts | |
parent | 96027ac290d0fcc0dbf5c5aa5030b2db843d99f7 (diff) | |
download | upstream-fec6303c5724e6b79d8c68f7650e876a0b2ace7b.tar.gz upstream-fec6303c5724e6b79d8c68f7650e876a0b2ace7b.tar.bz2 upstream-fec6303c5724e6b79d8c68f7650e876a0b2ace7b.zip |
ramips: rework and fix m25p80 chunked-io support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43808 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/MT7628.dts')
-rw-r--r-- | target/linux/ramips/dts/MT7628.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/MT7628.dts b/target/linux/ramips/dts/MT7628.dts index 80a75db7a2..e4cc4ed9d1 100644 --- a/target/linux/ramips/dts/MT7628.dts +++ b/target/linux/ramips/dts/MT7628.dts @@ -25,7 +25,7 @@ reg = <0 0>; linux,modalias = "m25p80", "en25q64"; spi-max-frequency = <10000000>; - m25p,chunked-io = <1>; + m25p,chunked-io = <32>; partition@0 { label = "u-boot"; |