From: Shivamurthy Shastri Date: Tue, 7 Jul 2020 20:04:09 +0000 (+0200) Subject: mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGD X-Git-Tag: v2025.01-rc5-pxa1908~2300^2~4 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=92fc25df2e19f8c30ce7de705d64133f0162cb59;p=u-boot.git mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGD Add the SPI NAND device MT29F2G01ABAGD series number, size and voltage details as a comment. Signed-off-by: Shivamurthy Shastri Acked-by: Jagan Teki --- diff --git a/drivers/mtd/nand/spi/micron.c b/drivers/mtd/nand/spi/micron.c index c37b152ba2..93b0e2c07e 100644 --- a/drivers/mtd/nand/spi/micron.c +++ b/drivers/mtd/nand/spi/micron.c @@ -95,6 +95,7 @@ static int micron_8_ecc_get_status(struct spinand_device *spinand, } static const struct spinand_info micron_spinand_table[] = { + /* M79A 2Gb 3.3V */ SPINAND_INFO("MT29F2G01ABAGD", 0x24, NAND_MEMORG(1, 2048, 128, 64, 2048, 2, 1, 1), NAND_ECCREQ(8, 512),