diff options
author | Mikhail Kshevetskiy <[email protected]> | 2022-10-10 13:51:09 +0300 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2022-10-18 10:36:08 +0200 |
commit | dbf70fc204d2fbb0d8ad8f42038a60846502efda (patch) | |
tree | a054b7819de1485322d53b755d5b715e22842c33 /tools/perf/scripts/python | |
parent | 3fea699cb2d6c8c47289b16500590630f507d8fd (diff) |
mtd: spinand: winbond: fix flash identification
Winbond uses 3 bytes to identify flash: vendor_id, dev_id_0, dev_id_1,
but current driver uses only first 2 bytes of it for devices
identification. As result Winbond W25N02KV flash (id_bytes: EF, AA, 22)
is identified as W25N01GV (id_bytes: EF, AA, 21).
Fix this by adding missed identification bytes.
Signed-off-by: Mikhail Kshevetskiy <[email protected]>
Reviewed-by: Frieder Schrempf <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions