Add Micron 2GiB nand

Hi,

This will add support for a new nand chip device.

Thanks.
This commit is contained in:
Alexandre Pereira da Silva 2011-03-29 16:17:11 -03:00 committed by Øyvind Harboe
parent be14e8cbb0
commit 54ec0c4a8a
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ static struct nand_info nand_flash_ids[] =
{"NAND 2GiB 1.8V 16-bit", 0xB5, 0, 2048, 0, LP_OPTIONS16},
{"NAND 2GiB 3.3V 16-bit", 0xC5, 0, 2048, 0, LP_OPTIONS16},
{"NAND 2GiB 3.3V 8-bit", 0x48, 0, 2048, 0, LP_OPTIONS},
{NULL, 0, 0, 0, 0, 0 }
};