]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: nand: onfi need to be probed in 8 bits mode
authorMatthieu CASTET <matthieu.castet@parrot.com>
Tue, 6 Nov 2012 10:51:43 +0000 (11:51 +0100)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 3 Dec 2012 14:36:52 +0000 (16:36 +0200)
commitca4dc5125ee13556fcfb44e493e5b543499c04ad
tree36b2d24c954bd7901c0d46a1c84b135f20d29ddc
parentce943a07a159fa2c5ab0997318d78656b3bad0f9
mtd: nand: onfi need to be probed in 8 bits mode

- NAND_CMD_READID want an address that it is not scaled on x16 device (it is always 0x20)
- NAND_CMD_PARAM want 8 bits data

Signed-off-by: Matthieu CASTET <matthieu.castet@parrot.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/nand/nand_base.c