Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1507416
| From | Cyrille Pitchen <cyrille.pitchen@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 8/9] mtd: spi-nor: add support to Macronix mx66l1g45g |
| Date | 2016-10-24 18:40 +0200 |
| Message-ID | <svQs2-1GJ-67@gated-at.bofh.it> (permalink) |
| References | <svQs1-1GJ-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch adds an entry in the spi_nor_ids[] table to add support
to the Macronix mx66l1g45g.
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
---
drivers/mtd/spi-nor/spi-nor.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index db4874d4af79..eb21d3d4e4e6 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -937,6 +937,7 @@ static const struct flash_info spi_nor_ids[] = {
{ "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) },
{ "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) },
{ "mx66l51235l", INFO(0xc2201a, 0, 64 * 1024, 1024, SPI_NOR_QUAD_READ) },
+ { "mx66l1g45g", INFO(0xc2201b, 0, 64 * 1024, 2048, SPI_NOR_QUAD_READ) },
{ "mx66l1g55g", INFO(0xc2261b, 0, 64 * 1024, 2048, SPI_NOR_QUAD_READ) },
/* Micron */
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 8/9] mtd: spi-nor: add support to Macronix mx66l1g45g Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-10-24 18:40 +0200
Re: [PATCH v3 8/9] mtd: spi-nor: add support to Macronix mx66l1g45g Marek Vasut <marex@denx.de> - 2016-10-25 00:20 +0200
Re: [PATCH v3 8/9] mtd: spi-nor: add support to Macronix mx66l1g45g Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-10-25 11:40 +0200
Re: [PATCH v3 8/9] mtd: spi-nor: add support to Macronix mx66l1g45g Marek Vasut <marex@denx.de> - 2016-10-25 21:40 +0200
csiph-web