mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
drivers: mtd: spi: Add MX25U12832F SPI NOR device support
Change-Id: Ie8ee6c5a79fe6469b3c7688010ce33cac60ffc4a Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
This commit is contained in:
parent
32187e52f7
commit
371c067c14
1 changed files with 2 additions and 1 deletions
|
|
@ -153,7 +153,8 @@ const struct spi_flash_params spi_flash_params_table[] = {
|
|||
{"W25Q256JW", 0xef6019, 0x0, 64 * 1024, 512, RD_FULL, WR_QPP | SECT_4K},
|
||||
#endif
|
||||
#else /* CONFIG_IPQ_TINY_SPI_NOR: Add only 16M flash with Minimum Sector Size of 4K */
|
||||
{"GD25LB128D", 0xc86018, 0x0, 4 * 1024, 4096, RD_NORM, SECT_4K},
|
||||
{"GD25LB128D", 0xc86018, 0x0, 4 * 1024, 4096, RD_NORM, SECT_4K},
|
||||
{"MX25U12832F", 0xc22538, 0x0, 4 * 1024, 4096, RD_NORM, SECT_4K},
|
||||
#endif
|
||||
{}, /* Empty entry to terminate the list */
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue