diff options
| author | Mikhail Kshevetskiy <[email protected]> | 2023-01-10 12:58:41 +0100 |
|---|---|---|
| committer | Dario Binacchi <[email protected]> | 2023-10-13 10:49:07 +0200 |
| commit | 12016b59be5c4973afbbc0226679320554c154d9 (patch) | |
| tree | 8eca253a0a120b82b301f110979dc6c7277dc302 /boot | |
| parent | 8acaec923be2d8deeab0b32e07beaed366e82696 (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]
Signed-off-by: Frieder Schrempf <[email protected]> (U-Boot port)
Link: https://lore.kernel.org/all/[email protected]
Signed-off-by: Dario Binacchi <[email protected]>
Diffstat (limited to 'boot')
0 files changed, 0 insertions, 0 deletions
