[MTD] [NOR] Add support for the SST 39VF1601 flash chip
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Fri Nov 9 17:59:01 EST 2007
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=8547e583a1140698cab41bc3f687efe8f8b2bb41
Commit: 8547e583a1140698cab41bc3f687efe8f8b2bb41
Parent: a66f66c44d53a4bab4b6b2903fd271f13ce4101b
Author: David Howells <dhowells at redhat.com>
AuthorDate: Fri Nov 9 15:34:42 2007 +0000
Committer: David Woodhouse <dwmw2 at infradead.org>
CommitDate: Fri Nov 9 22:34:07 2007 +0000
[MTD] [NOR] Add support for the SST 39VF1601 flash chip
Add support for the SST 39VF1601 flash chip.
Signed-off-by: David Howells <dhowells at redhat.com>
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
drivers/mtd/chips/jedec_probe.c | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c
index a67b23b..5074b5e 100644
--- a/drivers/mtd/chips/jedec_probe.c
+++ b/drivers/mtd/chips/jedec_probe.c
@@ -1527,6 +1527,21 @@ static const struct amd_flash_info jedec_table[] = {
ERASEINFO(0x1000,256),
ERASEINFO(0x1000,256)
}
+ }, {
+ .mfr_id = MANUFACTURER_SST, /* should be CFI */
+ .dev_id = SST39VF1601,
+ .name = "SST 39VF1601",
+ .uaddr = {
+ [0] = MTD_UADDR_0x5555_0x2AAA, /* x8 */
+ [1] = MTD_UADDR_0x5555_0x2AAA /* x16 */
+ },
+ .DevSize = SIZE_2MiB,
+ .CmdSet = P_ID_AMD_STD,
+ .NumEraseRegions= 2,
+ .regions = {
+ ERASEINFO(0x1000,256),
+ ERASEINFO(0x1000,256)
+ }
}, {
.mfr_id = MANUFACTURER_ST,
More information about the linux-mtd-cvs
mailing list