mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
sf: probe: add support for MX25L2006E
Add support for Macronix MX25L2006E SPI flash. Signed-off-by: Luka Perkov <luka@openwrt.org> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
This commit is contained in:
parent
28303f617a
commit
57af475389
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ static const struct spi_flash_params spi_flash_params_table[] = {
|
|||
{"GD25LQ32", 0xc86016, 0x0, 64 * 1024, 64, SECT_4K},
|
||||
#endif
|
||||
#ifdef CONFIG_SPI_FLASH_MACRONIX /* MACRONIX */
|
||||
{"MX25L2006E", 0xc22012, 0x0, 64 * 1024, 4, 0},
|
||||
{"MX25L4005", 0xc22013, 0x0, 64 * 1024, 8, 0},
|
||||
{"MX25L8005", 0xc22014, 0x0, 64 * 1024, 16, 0},
|
||||
{"MX25L1605D", 0xc22015, 0x0, 64 * 1024, 32, 0},
|
||||
|
|
Loading…
Reference in a new issue