[PATCH] mtd: m25p80: add support for Spansion s25fl128s chip
Marek Vasut
marex at denx.de
Wed Nov 20 04:30:41 EST 2013
Dear Huang Shijie,
> This chip supports the quad read.
>
> Signed-off-by: Huang Shijie <b32955 at freescale.com>
> ---
> drivers/mtd/devices/m25p80.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
> index 7dc2c14..720899b 100644
> --- a/drivers/mtd/devices/m25p80.c
> +++ b/drivers/mtd/devices/m25p80.c
> @@ -941,6 +941,7 @@ static const struct spi_device_id m25p_ids[] = {
> */
> { "s25sl032p", INFO(0x010215, 0x4d00, 64 * 1024, 64, 0) },
> { "s25sl064p", INFO(0x010216, 0x4d00, 64 * 1024, 128, 0) },
> + { "s25fl128s", INFO(0x012018, 0x4d01, 64 * 1024, 256,
M25P80_QUAD_READ)
The entry looks correct.
Acked-by: Marek Vasut <marex at denx.de>
Thanks!
Best regards,
Marek Vasut
More information about the linux-mtd
mailing list