[PATCH v4 2/3] mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()

2015-10-30 Thread Anup Patel
Just like other NAND controllers, the NAND READID command only works in 8bit mode for all versions of BRCMNAND controller. This patch forces 8bit mode for each NAND CS in brcmnand_init_cs() before doing nand_scan_ident() to ensure that BRCMNAND controller is in 8bit mode when NAND READID command

RE: [PATCH v4 2/3] mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()

2015-10-30 Thread Anup Patel
la; Ray Jui; Scott Branden; Florian > Fainelli; > Pramod Kumar; Vikram Prakash; Sandeep Tripathy; Linux ARM Kernel; Device > Tree; Linux Kernel; bcm-kernel-feedback-list; Anup Patel > Subject: [PATCH v4 2/3] mtd: brcmnand: Force 8bit mode before doing > nand_scan_ident() > > Jus