ramips: Add missing chunked-io directive to W2914NSV2.dtsi
authorYong-hyu, Ban <perillamint@gentoo.moe>
Sat, 26 Nov 2016 12:20:14 +0000 (21:20 +0900)
committerJohn Crispin <john@phrozen.org>
Sat, 26 Nov 2016 21:39:21 +0000 (22:39 +0100)
Fix bug that LEDE failed to boot with this message:

WARNING: CPU: 2 PID: 1 at drivers/spi/spi-mt7621.c:214
mt7621_spi_transfer_one_message+0x28c/0x620()

Signed-off-by: Yong-hyu, Ban <perillamint@gentoo.moe>
target/linux/ramips/dts/W2914NSV2.dtsi

index c842b0099b305db4920f69b93dab1acd72a91abb..e80b1877d416c0bcdb0f3dd11ddb3088f3adcf98 100644 (file)
@@ -55,6 +55,7 @@
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <10000000>;
+               m25p,chunked-io = <32>;
 
                partition@0 {
                        label = "u-boot";