Loading drivers/mtd/nand/nand_ids.c +4 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,10 @@ struct nand_flash_dev nand_flash_ids[] = { {"TC58NYG2S0HBAI4 4G 1.8V 8-bit", { .id = {0x98, 0xac, 0x90, 0x26, 0x76, 0x00, 0x00, 0x00} }, SZ_4K, SZ_512, SZ_256K, 0, 5, 256, NAND_ECC_INFO(8, SZ_512) }, {"MT29F4G08ABBFA3W 4G 1.8V 8-bit", { .id = {0x2c, 0xac, 0x80, 0x26, 0x00, 0x00, 0x00, 0x00} }, SZ_4K, SZ_512, SZ_256K, 0, 4, 256, NAND_ECC_INFO(8, SZ_512) }, 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), Loading Loading
drivers/mtd/nand/nand_ids.c +4 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,10 @@ struct nand_flash_dev nand_flash_ids[] = { {"TC58NYG2S0HBAI4 4G 1.8V 8-bit", { .id = {0x98, 0xac, 0x90, 0x26, 0x76, 0x00, 0x00, 0x00} }, SZ_4K, SZ_512, SZ_256K, 0, 5, 256, NAND_ECC_INFO(8, SZ_512) }, {"MT29F4G08ABBFA3W 4G 1.8V 8-bit", { .id = {0x2c, 0xac, 0x80, 0x26, 0x00, 0x00, 0x00, 0x00} }, SZ_4K, SZ_512, SZ_256K, 0, 4, 256, NAND_ECC_INFO(8, SZ_512) }, 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), Loading