]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitff3206b2450499203532af2505a7f6f8413e92c0
tree36b2d24c954bd7901c0d46a1c84b135f20d29ddc
parent64b37b2a63eb2f80b65c7185f0013f8ffc637ae3
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