#21970: Openwrt trunk - mvebu - WRT 1200AC
--------------------------+------------------------------------
  Reporter:  adrien       |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  highest      |  Milestone:
 Component:  base system  |    Version:  Trunk
Resolution:               |   Keywords:  mvebu nand bug timeout
--------------------------+------------------------------------

Comment (by adrien):

 Fix with this patch
 {{{
 --- linux-4.1.16/drivers/mtd/nand/pxa3xx_nand.c
 +++ linux-4.1.16/drivers/mtd/nand/pxa3xx_nand.c
 @@ -38,8 +38,8 @@

  #include <linux/platform_data/mtd-nand-pxa3xx.h>

 -#define        CHIP_DELAY_TIMEOUT      msecs_to_jiffies(200)
 -#define NAND_STOP_DELAY                msecs_to_jiffies(40)
 +#define        CHIP_DELAY_TIMEOUT      msecs_to_jiffies(2000)
 +#define NAND_STOP_DELAY                msecs_to_jiffies(400)
  #define PAGE_CHUNK_SIZE                (2048)

  /*
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/21970#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to