[LEDE-DEV] [PATCH] Add missing chunked-io directive to W2914NSV2.dtsi

perillamint perillamint at gentoo.moe
Sat Nov 26 04:15:28 PST 2016


---

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()

 target/linux/ramips/dts/W2914NSV2.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ramips/dts/W2914NSV2.dtsi b/target/linux/ramips/dts/W2914NSV2.dtsi
index c842b00..e80b187 100644
--- a/target/linux/ramips/dts/W2914NSV2.dtsi
+++ b/target/linux/ramips/dts/W2914NSV2.dtsi
@@ -55,6 +55,7 @@
 		compatible = "jedec,spi-nor";
 		reg = <0>;
 		spi-max-frequency = <10000000>;
+		m25p,chunked-io = <32>;
 
 		partition at 0 {
 			label = "u-boot";
-- 
2.10.2




More information about the Lede-dev mailing list