[PATCH] Add SST 39VF1601
Jamie Guinan
guinan at bluebutton.com
Wed Mar 2 17:38:24 EST 2005
Patch against 2.6.11. The "x8" bothers me since its a 16bit-only chip,
but it breaks without it (various other chips seem to do similar).
--- drivers/mtd/chips/jedec_probe.c.ori 2005-03-02 17:00:53.317624680 -0800
+++ drivers/mtd/chips/jedec_probe.c 2005-03-02 17:02:20.508369672 -0800
@@ -148,6 +148,7 @@
#define SST39LF040 0x00D7
#define SST39SF010A 0x00B5
#define SST39SF020A 0x00B6
+#define SST39VF1601 0x234b
#define SST49LF004B 0x0060
#define SST49LF008A 0x005a
#define SST49LF030A 0x001C
@@ -1370,6 +1371,20 @@
}
}, {
.mfr_id = MANUFACTURER_SST,
+ .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= 1,
+ .regions = {
+ ERASEINFO(0x01000,512)
+ }
+ }, {
+ .mfr_id = MANUFACTURER_SST,
.dev_id = SST49LF004B,
.name = "SST 49LF004B",
.uaddr = {
More information about the linux-mtd
mailing list