mtd: spinand: Fix max_bad_eraseblocks_per_lun info in memorg
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Thu, 6 Jun 2019 17:07:55 +0000 (17:07 +0000)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 1 Jul 2019 12:50:20 +0000 (14:50 +0200)
commita126483e82957172b8a93ebb1d30fb2b1df3cbbc
tree07aea8e1716e55d17ec89b68c647a335d93789f9
parent6fbc7275c7a9ba97877050335f290341a1fd8dbf
mtd: spinand: Fix max_bad_eraseblocks_per_lun info in memorg

The 1Gb Macronix chip can have a maximum of 20 bad blocks, while
the 2Gb version has twice as many blocks and therefore the maximum
number of bad blocks is 40.

The 4Gb GigaDevice GD5F4GQ4xA has twice as many blocks as its 2Gb
counterpart and therefore a maximum of 80 bad blocks.

Fixes: 377e517b5fa5 ("mtd: nand: Add max_bad_eraseblocks_per_lun info to memorg")
Reported-by: Emil Lenngren <emil.lenngren@gmail.com>
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/spi/gigadevice.c
drivers/mtd/nand/spi/macronix.c