You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mtd: spinand: winbond: Fix W35N number of planes/LUN
There's been a mistake when extracting the geometry of the W35N02 and
W35N04 chips from the datasheet. There is a single plane, however there
are respectively 2 and 4 LUNs. They are actually referred in the
datasheet as dies (equivalent of target), but as there is no die select
operation and the chips only feature a single configuration register for
the entire chip (instead of one per die), we can reasonably assume we
are talking about LUNs and not dies.
Reported-by: Andreas Dannenberg <[email protected]>
Suggested-by: Vignesh Raghavendra <[email protected]>
Fixes: 25e08bf ("mtd: spinand: winbond: Add support for W35N02JW and W35N04JW chips")
Cc: [email protected]
Signed-off-by: Miquel Raynal <[email protected]>
0 commit comments