diff options
| author | Andrey Smirnov <[email protected]> | 2017-04-21 09:30:26 -0700 |
|---|---|---|
| committer | Brian Norris <[email protected]> | 2017-05-11 10:04:52 -0700 |
| commit | 67e4145ebf2c161d7404770461b8404f00a6d3bf (patch) | |
| tree | 8b80450cc6657571030cadaf1f168ea7eb1bac64 | |
| parent | 1da8869a428317a6d3cd8d47184cf87feb34a98b (diff) | |
mtd: dataflash: Add flash_info for AT45DB641E
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]
Acked-by: Marek Vasut <[email protected]>
Tested-by: Chris Healy <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
Signed-off-by: Brian Norris <[email protected]>
| -rw-r--r-- | drivers/mtd/devices/mtd_dataflash.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mtd/devices/mtd_dataflash.c b/drivers/mtd/devices/mtd_dataflash.c index 3f1a0fbe5a58..5dc8bd042cc5 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, |