[U-Boot] [PATCH] mtd/spi: Add support for SST25WF040B
Jagan Teki
jagannadh.teki at gmail.com
Thu Dec 18 13:53:57 CET 2014
On 3 December 2014 at 07:07, Shengzhou Liu <Shengzhou.Liu at freescale.com> wrote:
> Add support for SST25WF040B-40I-SN flash.
> Tested on T1024QDS board.
>
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu at freescale.com>
> ---
> drivers/mtd/spi/sf_params.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mtd/spi/sf_params.c b/drivers/mtd/spi/sf_params.c
> index 61545ca..6e3a270 100644
> --- a/drivers/mtd/spi/sf_params.c
> +++ b/drivers/mtd/spi/sf_params.c
> @@ -98,6 +98,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
> {"SST25WF010", 0xbf2502, 0x0, 64 * 1024, 2, 0, SECT_4K | SST_WP},
> {"SST25WF020", 0xbf2503, 0x0, 64 * 1024, 4, 0, SECT_4K | SST_WP},
> {"SST25WF040", 0xbf2504, 0x0, 64 * 1024, 8, 0, SECT_4K | SST_WP},
> + {"SST25WF040B", 0x621613, 0x0, 64 * 1024, 8, 0, SECT_4K | SST_WP},
> {"SST25WF080", 0xbf2505, 0x0, 64 * 1024, 16, 0, SECT_4K | SST_WP},
> #endif
> #ifdef CONFIG_SPI_FLASH_WINBOND /* WINBOND */
> --
> 1.8.0
Applied to u-boot-spi/master
thanks!
--
Jagan.
More information about the U-Boot
mailing list