[U-Boot] [PATCH 2/2] SPI: Add S25FL164K flash identifier info
Jagan Teki
jagannadh.teki at gmail.com
Thu Dec 18 14:23:07 CET 2014
On 17 November 2014 at 20:22, Ben Dooks <ben.dooks at codethink.co.uk> wrote:
> Add the necessary flash entry for the Spansion S25FL164K
> flash. Tested on Marvell 88F6218 based design.
>
> Signed-off-by: Ben Dooks <ben.dooks at codethink.co.uk>
> ---
> 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 462e5c2..c1f243b 100644
> --- a/drivers/mtd/spi/sf_params.c
> +++ b/drivers/mtd/spi/sf_params.c
> @@ -53,6 +53,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
> {"S25FL064A", 0x010216, 0x0, 64 * 1024, 128, 0, 0},
> {"S25FL064A", 0x010216, 0x0, 64 * 1024, 128, 0, 0},
> {"S25FL116k", 0x014015, 0x0, 64 * 1024, 128, 0, 0},
> + {"S25FL164K", 0x014017, 0x0140, 64 * 1024, 128, 0, 0},
> {"S25FL128P_256K", 0x012018, 0x0300, 256 * 1024, 64, RD_FULL, WR_QPP},
> {"S25FL128P_64K", 0x012018, 0x0301, 64 * 1024, 256, RD_FULL, WR_QPP},
> {"S25FL032P", 0x010215, 0x4d00, 64 * 1024, 64, RD_FULL, WR_QPP},
> --
> 2.1.1
>
Applied to u-boot-spi/master
thanks!
--
Jagan.
More information about the U-Boot
mailing list