mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-12 22:33:27 +08:00
mtd: spi: add support for M25PE16 and M25PX16
Add support for M25PE16 and M25PX16 Cc: Marek Vasut <marex@denx.de> Acked-by: Marek Vasut <marex@denx.de> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Reviewed-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
parent
47d3debe1a
commit
01d2aaf61b
@ -68,6 +68,8 @@ const struct spi_flash_params spi_flash_params_table[] = {
|
||||
{"M25P40", 0x202013, 0x0, 64 * 1024, 8, 0, 0},
|
||||
{"M25P80", 0x202014, 0x0, 64 * 1024, 16, 0, 0},
|
||||
{"M25P16", 0x202015, 0x0, 64 * 1024, 32, 0, 0},
|
||||
{"M25PE16", 0x208015, 0x1000, 64 * 1024, 32, 0, 0},
|
||||
{"M25PX16", 0x207115, 0x1000, 64 * 1024, 32, RD_EXTN, 0},
|
||||
{"M25P32", 0x202016, 0x0, 64 * 1024, 64, 0, 0},
|
||||
{"M25P64", 0x202017, 0x0, 64 * 1024, 128, 0, 0},
|
||||
{"M25P128", 0x202018, 0x0, 256 * 1024, 64, 0, 0},
|
||||
|
Loading…
Reference in New Issue
Block a user