dt-bindings: mtd: gpmc: Fix the ECC bytes vs. OOB bytes equation
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 10 Jun 2021 14:39:45 +0000 (16:39 +0200)
committerDom Cobley <popcornmix@gmail.com>
Thu, 14 Oct 2021 11:32:56 +0000 (12:32 +0100)
commit16978a3a6897f095e07a5bf66b81abdf2af9f960
tree73942f2cca3c5aa00141cf7db1cf8db70292c24c
parent12aee1432446759407a141fef0a094a1339febad
dt-bindings: mtd: gpmc: Fix the ECC bytes vs. OOB bytes equation

[ Upstream commit 778cb8e39f6ec252be50fc3850d66f3dcbd5dd5a ]

"PAGESIZE / 512" is the number of ECC chunks.
"ECC_BYTES" is the number of bytes needed to store a single ECC code.
"2" is the space reserved by the bad block marker.

"2 + (PAGESIZE / 512) * ECC_BYTES" should of course be lower or equal
than the total number of OOB bytes, otherwise it won't fit.

Fix the equation by substituting s/>=/<=/.

Suggested-by: Ryan J. Barnett <ryan.barnett@collins.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/linux-mtd/20210610143945.3504781-1-miquel.raynal@bootlin.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
Documentation/devicetree/bindings/mtd/gpmc-nand.txt