mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
sf: probe: Add support for MX25L51235F
Add support for Macronix MX25L51235F SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
parent
0665538632
commit
9719695b24
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ static const struct spi_flash_params spi_flash_params_table[] = {
|
|||
{"MX25L6405D", 0xc22017, 0x0, 64 * 1024, 128, 0},
|
||||
{"MX25L12805", 0xc22018, 0x0, 64 * 1024, 256, 0},
|
||||
{"MX25L25635F", 0xc22019, 0x0, 64 * 1024, 512, 0},
|
||||
{"MX25L51235F", 0xc2201A, 0x0, 64 * 1024, 1024, 0},
|
||||
{"MX25L12855E", 0xc22618, 0x0, 64 * 1024, 256, 0},
|
||||
#endif
|
||||
#ifdef CONFIG_SPI_FLASH_SPANSION /* SPANSION */
|
||||
|
|
Loading…
Reference in a new issue