2022-10-10 11:20:45

by Frieder Schrempf

[permalink] [raw]
Subject: Re: [PATCH v3 1/2] mtd: spinand: winbond: fix flash identification

On 10.10.22 12:51, [email protected] wrote:
> From: Mikhail Kshevetskiy <[email protected]>
>
> 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]>

Thanks!

Reviewed-by: Frieder Schrempf <[email protected]>