Skip to content

Commit

Permalink
mtd: nand: add Samsung's K9GBG08U0B to nand_ids table
Browse files Browse the repository at this point in the history
Add the full description of the Samsung K9GBG08U0B NAND chip in the
nand_ids table so that we can later use the NAND ECC infos and ONFI timings
mode in controller drivers.

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
  • Loading branch information
petrosagg authored and Boris Brezillon committed Jan 2, 2015
1 parent a9de9ff commit 355dc1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/mtd/nand/nand_ids.c
Expand Up @@ -50,6 +50,9 @@ struct nand_flash_dev nand_flash_ids[] = {
{ .id = {0xad, 0xde, 0x94, 0xda, 0x74, 0xc4} },
SZ_8K, SZ_8K, SZ_2M, 0, 6, 640, NAND_ECC_INFO(40, SZ_1K),
4 },
{"K9GBG08U0B 32G 3.3V 8-bit",
{ .id = {0xec, 0xd7, 0x94, 0x7e, 0x64, 0x44} },
SZ_8K, SZ_4K, SZ_1M, 0, 6, 1024, NAND_ECC_INFO(40, SZ_1K) },

LEGACY_ID_NAND("NAND 4MiB 5V 8-bit", 0x6B, 4, SZ_8K, SP_OPTIONS),
LEGACY_ID_NAND("NAND 4MiB 3,3V 8-bit", 0xE3, 4, SZ_8K, SP_OPTIONS),
Expand Down

0 comments on commit 355dc1f

Please sign in to comment.