Re: [PATCH v3 01/20] mtd: nand: qcom: program NAND_DEV_CMD_VLD register

2017-08-10 Thread Abhishek Sahu
On 2017-08-10 15:12, Boris Brezillon wrote: Le Sat, 5 Aug 2017 21:49:39 +0530, Abhishek Sahu a écrit : The NAND page read fails without complete boot chain since NAND_DEV_CMD_VLD value is not proper. The default power on reset value for this register is 0xe - ERASE_START_VALID | WRITE_ST

Re: [PATCH v3 01/20] mtd: nand: qcom: program NAND_DEV_CMD_VLD register

2017-08-10 Thread Boris Brezillon
Le Sat, 5 Aug 2017 21:49:39 +0530, Abhishek Sahu a écrit : > The NAND page read fails without complete boot chain since > NAND_DEV_CMD_VLD value is not proper. The default power on reset > value for this register is > > 0xe - ERASE_START_VALID | WRITE_START_VALID | READ_STOP_VALID > > The

[PATCH v3 01/20] mtd: nand: qcom: program NAND_DEV_CMD_VLD register

2017-08-05 Thread Abhishek Sahu
The NAND page read fails without complete boot chain since NAND_DEV_CMD_VLD value is not proper. The default power on reset value for this register is 0xe - ERASE_START_VALID | WRITE_START_VALID | READ_STOP_VALID The READ_START_VALID should be enabled for sending PAGE_READ command. READ_STOP_