diff options
author | Tom Rini <trini@konsulko.com> | 2019-01-02 14:20:29 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-02 14:20:29 -0500 |
commit | 695f67b5b3693232406a5cb3590d8fc5860c9f6c (patch) | |
tree | 0d45dc4ddd121e89665effc515c0091b288156dc /drivers/mtd/nand | |
parent | f97c49d6a2f504d0f0a8aab37c67aa314e006250 (diff) | |
parent | 689795242b1cb7de5a3d8c8bf1a9582a8924ff69 (diff) | |
download | u-boot-695f67b5b3693232406a5cb3590d8fc5860c9f6c.tar.gz u-boot-695f67b5b3693232406a5cb3590d8fc5860c9f6c.tar.bz2 u-boot-695f67b5b3693232406a5cb3590d8fc5860c9f6c.zip |
Merge branch 'master' of git://git.denx.de/u-boot-spi
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/raw/nand_ids.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mtd/nand/raw/nand_ids.c b/drivers/mtd/nand/raw/nand_ids.c index 4009d64123..3104f879f6 100644 --- a/drivers/mtd/nand/raw/nand_ids.c +++ b/drivers/mtd/nand/raw/nand_ids.c @@ -61,6 +61,10 @@ struct nand_flash_dev nand_flash_ids[] = { {"SDTNRGAMA 64G 3.3V 8-bit", { .id = {0x45, 0xde, 0x94, 0x93, 0x76, 0x50} }, SZ_16K, SZ_8K, SZ_4M, 0, 6, 1280, NAND_ECC_INFO(40, SZ_1K) }, + {"H27UBG8T2BTR-BC 32G 3.3V 8-bit", + { .id = {0xad, 0xd7, 0x94, 0xda, 0x74, 0xc3} }, + SZ_8K, SZ_4K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640, + NAND_ECC_INFO(40, SZ_1K), 0 }, {"H27UCG8T2ATR-BC 64G 3.3V 8-bit", { .id = {0xad, 0xde, 0x94, 0xda, 0x74, 0xc4} }, SZ_8K, SZ_8K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640, |