mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
mtd/spi: add support for is25lq040b
Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk> Reviewed-by: Jagan Teki <jagan@openedev.com>
This commit is contained in:
parent
16fa2eb951
commit
b4fbcbc5a5
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ const struct spi_flash_info spi_flash_ids[] = {
|
|||
{"is25lp032", INFO(0x9d6016, 0x0, 64 * 1024, 64, 0) },
|
||||
{"is25lp064", INFO(0x9d6017, 0x0, 64 * 1024, 128, 0) },
|
||||
{"is25lp128", INFO(0x9d6018, 0x0, 64 * 1024, 256, 0) },
|
||||
{"is25lq040b", INFO(0x9d4013, 0x0, 64 * 1024, 64, 0) },
|
||||
#endif
|
||||
#ifdef CONFIG_SPI_FLASH_MACRONIX /* MACRONIX */
|
||||
{"mx25l2006e", INFO(0xc22012, 0x0, 64 * 1024, 4, 0) },
|
||||
|
|
Loading…
Add table
Reference in a new issue