Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84197
b: refs/heads/master
c: 8547e58
h: refs/heads/master
i:
  84195: 9f4a5ea
v: v3
  • Loading branch information
David Howells authored and David Woodhouse committed Nov 9, 2007
1 parent c09e953 commit 61bc2dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a66f66c44d53a4bab4b6b2903fd271f13ce4101b
refs/heads/master: 8547e583a1140698cab41bc3f687efe8f8b2bb41
15 changes: 15 additions & 0 deletions trunk/drivers/mtd/chips/jedec_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 61bc2dc

Please sign in to comment.