mtd: nand: vf610: set correct ooblayout
authorStefan Agner <stefan@agner.ch>
Fri, 9 Feb 2018 12:21:42 +0000 (13:21 +0100)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Mon, 12 Feb 2018 09:56:36 +0000 (10:56 +0100)
commitea56fb282368ea08c2a313af6b55cb597aec4db1
treefcaddeec9acfe43801ec6cc9058f027965d03ec2
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
mtd: nand: vf610: set correct ooblayout

With commit 3cf32d180227 ("mtd: nand: vf610: switch to
mtd_ooblayout_ops") the driver started to use the NAND cores
default large page ooblayout. However, shortly after commit
6a623e076944 ("mtd: nand: add ooblayout for old hamming layout")
changed the default layout to the old hamming layout, which is
not what vf610_nfc is using. Specify the default large page
layout explicitly.

Fixes: 6a623e076944 ("mtd: nand: add ooblayout for old hamming layout")
Cc: <stable@vger.kernel.org> # v4.12+
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
drivers/mtd/nand/vf610_nfc.c