mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 14:48:17 +01:00
mtd: spinand: micron: Add M70A series Micron SPI NAND devices
Add device table for M70A series Micron SPI NAND devices. Signed-off-by: Shivamurthy Shastri <sshivamurthy@micron.com> Acked-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
720fcb27e0
commit
1f4836b0c9
@ -137,6 +137,26 @@ static const struct spinand_info micron_spinand_table[] = {
|
|||||||
0,
|
0,
|
||||||
SPINAND_ECCINFO(µn_8_ooblayout,
|
SPINAND_ECCINFO(µn_8_ooblayout,
|
||||||
micron_8_ecc_get_status)),
|
micron_8_ecc_get_status)),
|
||||||
|
/* M70A 4Gb 3.3V */
|
||||||
|
SPINAND_INFO("MT29F4G01ABAFD", 0x34,
|
||||||
|
NAND_MEMORG(1, 4096, 256, 64, 2048, 1, 1, 1),
|
||||||
|
NAND_ECCREQ(8, 512),
|
||||||
|
SPINAND_INFO_OP_VARIANTS(&read_cache_variants,
|
||||||
|
&write_cache_variants,
|
||||||
|
&update_cache_variants),
|
||||||
|
SPINAND_HAS_CR_FEAT_BIT,
|
||||||
|
SPINAND_ECCINFO(µn_8_ooblayout,
|
||||||
|
micron_8_ecc_get_status)),
|
||||||
|
/* M70A 4Gb 1.8V */
|
||||||
|
SPINAND_INFO("MT29F4G01ABBFD", 0x35,
|
||||||
|
NAND_MEMORG(1, 4096, 256, 64, 2048, 1, 1, 1),
|
||||||
|
NAND_ECCREQ(8, 512),
|
||||||
|
SPINAND_INFO_OP_VARIANTS(&read_cache_variants,
|
||||||
|
&write_cache_variants,
|
||||||
|
&update_cache_variants),
|
||||||
|
SPINAND_HAS_CR_FEAT_BIT,
|
||||||
|
SPINAND_ECCINFO(µn_8_ooblayout,
|
||||||
|
micron_8_ecc_get_status)),
|
||||||
};
|
};
|
||||||
|
|
||||||
static int micron_spinand_detect(struct spinand_device *spinand)
|
static int micron_spinand_detect(struct spinand_device *spinand)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user