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/mt7621.dtsi | |
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/mt7621.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7621.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index 8bea946241..9ef5a38abd 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -104,7 +104,7 @@ #size-cells = <1>; reg = <0 0>; spi-max-frequency = <10000000>; - m25p,chunked-io; + m25p,chunked-io = <32>; }; }; }; |