mtd: m25p80: modify info for Micron N25Q128
authorLiming Wang <walimisdev@gmail.com>
Thu, 22 Nov 2012 06:58:09 +0000 (14:58 +0800)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 3 Dec 2012 14:36:51 +0000 (16:36 +0200)
commit98a9e2450667e497246449f96eab06eb3fb4d24b
tree8318202e3c0916bb8449aee35ca63800caeda1ff
parentd1f3b65d2d6fdb4bf0edd4b67e86e191af48daee
mtd: m25p80: modify info for Micron N25Q128

Micron N25Q128 has two types of flash:

 - One is for 1.8v supply voltage, prefixed with "n25q128a11" and the jedec
   code is 0x20bb18.

 - Another is for 3v supply voltage, prefixed with "n25q128a13" and the jedec
   code is 0x20ba18.

So modify the original type info and add another type for Micron N25Q128.

Signed-off-by: Liming Wang <walimisdev@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/devices/m25p80.c
This page took 0.024566 seconds and 5 git commands to generate.