commit | a5370e9ed567e68ac261b28a242832eb09fe8559 | [log] [tgz] |
---|---|---|
author | Huang Shijie <b32955@freescale.com> | Tue Aug 27 17:29:06 2013 +0800 |
committer | Brian Norris <computersforpeace@gmail.com> | Wed Nov 06 23:33:03 2013 -0800 |
tree | 5a99ab83a726da21a825a60beea5000c9a5d2910 | |
parent | a7c12d016aa50762e4816308f46e2572ff9b5a01 [diff] |
mtd: gpmi: scan two nand chips Some nand chip has two DIEs in a single chip, such as Micron MT29F32G08QAA. Each die has its own chip select pin, so this chip acts as two nand chips. If we only scan one chip, we may find that we only get 2G for this chip, but in actually, this chip's size is 4G. So scan two chips by default. Signed-off-by: Huang Shijie <b32955@freescale.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>