Skip to content

Commit 67e4145

Browse files
ndreyscomputersforpeace
authored andcommitted
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]>
1 parent 1da8869 commit 67e4145

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/mtd/devices/mtd_dataflash.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,9 @@ static struct flash_info dataflash_data[] = {
736736

737737
{ "AT45DB642x", 0x1f2800, 8192, 1056, 11, SUP_POW2PS},
738738
{ "at45db642d", 0x1f2800, 8192, 1024, 10, SUP_POW2PS | IS_POW2PS},
739+
740+
{ "AT45DB641E", 0x1f28000100, 32768, 264, 9, SUP_EXTID | SUP_POW2PS},
741+
{ "at45db641e", 0x1f28000100, 32768, 256, 8, SUP_EXTID | SUP_POW2PS | IS_POW2PS},
739742
};
740743

741744
static struct flash_info *jedec_lookup(struct spi_device *spi,

0 commit comments

Comments
 (0)