diff mbox

[U-Boot,v2,1/6] sf: add support for Macronix MX25L4005A

Message ID 1304284220-15215-2-git-send-email-sguinot@lacie.com
State Superseded
Headers show

Commit Message

Simon Guinot May 1, 2011, 9:10 p.m. UTC
Signed-off-by: Simon Guinot <sguinot@lacie.com>
---
 drivers/mtd/spi/macronix.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

Comments

Mike Frysinger May 1, 2011, 10:13 p.m. UTC | #1
support for this part has already been merged into my sf branch.
please drop this patch from your series.
-mike
diff mbox

Patch

diff --git a/drivers/mtd/spi/macronix.c b/drivers/mtd/spi/macronix.c
index ff66f2a..8e4d71c 100644
--- a/drivers/mtd/spi/macronix.c
+++ b/drivers/mtd/spi/macronix.c
@@ -71,6 +71,14 @@  static inline struct macronix_spi_flash *to_macronix_spi_flash(struct spi_flash
 
 static const struct macronix_spi_flash_params macronix_spi_flash_table[] = {
 	{
+		.idcode = 0x2013,
+		.page_size = 256,
+		.pages_per_sector = 16,
+		.sectors_per_block = 16,
+		.nr_blocks = 8,
+		.name = "MX25L4005A",
+	},
+	{
 		.idcode = 0x2015,
 		.page_size = 256,
 		.pages_per_sector = 16,