Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1626368

[PATCH v3 6/6] mtd: dataflash: Add flash_info for AT45DB641E

From Andrey Smirnov <andrew.smirnov@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v3 6/6] mtd: dataflash: Add flash_info for AT45DB641E
Date 2017-04-19 17:30 +0200
Message-ID <txZIn-56L-47@gated-at.bofh.it> (permalink)
References <txZIm-56L-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Cc: cphealy@gmail.com
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Brian Norris <computersforpeace@gmail.com>
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: Cyrille Pitchen <cyrille.pitchen@atmel.com>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---

No changes between v3 through v1.

 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 941e8b7..c83f341 100644
--- a/drivers/mtd/devices/mtd_dataflash.c
+++ b/drivers/mtd/devices/mtd_dataflash.c
@@ -732,6 +732,9 @@ static struct flash_info dataflash_data[] = {
 
 	{ "AT45DB642x",  0x1f28000000, 8192, 1056, 11, SUP_POW2PS},
 	{ "at45db642d",  0x1f28000000, 8192, 1024, 10, SUP_POW2PS | IS_POW2PS},
+
+	{ "AT45DB641E",  0x1f28000100, 32768, 264, 9, SUP_POW2PS},
+	{ "at45db641e",  0x1f28000100, 32768, 256, 8, SUP_POW2PS | IS_POW2PS},
 };
 
 static struct flash_info *jedec_lookup(struct spi_device *spi, u64 jedec)
-- 
2.9.3

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v3 6/6] mtd: dataflash: Add flash_info for AT45DB641E Andrey Smirnov <andrew.smirnov@gmail.com> - 2017-04-19 17:30 +0200

csiph-web