| Submitter | Gabor Juhos |
|---|---|
| Date | March 25, 2011, 7:48 a.m. |
| Message ID | <1301039332-10141-1-git-send-email-juhosg@openwrt.org> |
| Download | mbox | patch |
| Permalink | /patch/88341/ |
| State | New |
| Headers | show |
Comments
On Fri, 2011-03-25 at 08:48 +0100, Gabor Juhos wrote: > Signed-off-by: Gabor Juhos <juhosg@openwrt.org> > --- > drivers/mtd/devices/m25p80.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Pushed to l2-mtd-2.6.git tree, thanks.
Patch
diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 3fb981d..1c17001 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -668,6 +668,7 @@ static const struct spi_device_id m25p_ids[] = { /* Macronix */ { "mx25l4005a", INFO(0xc22013, 0, 64 * 1024, 8, SECT_4K) }, { "mx25l8005", INFO(0xc22014, 0, 64 * 1024, 16, 0) }, + { "mx25l1606e", INFO(0xc22015, 0, 64 * 1024, 32, SECT_4K) }, { "mx25l3205d", INFO(0xc22016, 0, 64 * 1024, 64, 0) }, { "mx25l6405d", INFO(0xc22017, 0, 64 * 1024, 128, 0) }, { "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) },
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> --- drivers/mtd/devices/m25p80.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)