On 04/20/2017 06:29 PM, Andrey Smirnov wrote: > Cc: [email protected] > Cc: David Woodhouse <[email protected]> > Cc: Brian Norris <[email protected]> > Cc: Boris Brezillon <[email protected]> > Cc: Marek Vasut <[email protected]> > Cc: Richard Weinberger <[email protected]> > Cc: Cyrille Pitchen <[email protected]> > Cc: [email protected] > Signed-off-by: Andrey Smirnov <[email protected]>
Acked-by: Marek Vasut <[email protected]> > --- > > Changes since [v3]: > > - Update the patch ot use SUP_EXTID > > No changes between v3 to v1. > > [v3] http://lkml.kernel.org/r/[email protected] > > > drivers/mtd/devices/mtd_dataflash.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/mtd/devices/mtd_dataflash.c > b/drivers/mtd/devices/mtd_dataflash.c > index 9342cc47..7e6cdfe 100644 > --- a/drivers/mtd/devices/mtd_dataflash.c > +++ b/drivers/mtd/devices/mtd_dataflash.c > @@ -736,6 +736,9 @@ static struct flash_info dataflash_data[] = { > > { "AT45DB642x", 0x1f2800, 8192, 1056, 11, SUP_POW2PS}, > { "at45db642d", 0x1f2800, 8192, 1024, 10, SUP_POW2PS | IS_POW2PS}, > + > + { "AT45DB641E", 0x1f28000100, 32768, 264, 9, SUP_EXTID | SUP_POW2PS}, > + { "at45db641e", 0x1f28000100, 32768, 256, 8, SUP_EXTID | SUP_POW2PS | > IS_POW2PS}, > }; > > static struct flash_info *jedec_lookup(struct spi_device *spi, > -- Best regards, Marek Vasut

