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 | 81e3014e6d3f40d5b368874260215ef9cab4d2e3 (patch) | |
tree | 70be05c2273c14b8295193dd369958b2646b5446 /target/linux/ramips/dts/MT7628.dts | |
parent | aefd3c569ce86606bceff897fa68fa41a0e5ae0b (diff) | |
download | upstream-81e3014e6d3f40d5b368874260215ef9cab4d2e3.tar.gz upstream-81e3014e6d3f40d5b368874260215ef9cab4d2e3.tar.bz2 upstream-81e3014e6d3f40d5b368874260215ef9cab4d2e3.zip |
ramips: rework and fix m25p80 chunked-io support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43808
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"; |