]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: nand: atmel: Fix DT backward compatibility in pmecc.c
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Mon, 17 Jul 2017 18:20:08 +0000 (20:20 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 19 Jul 2017 20:04:13 +0000 (22:04 +0200)
commit3aa0907675a38498d8f2d343e94207ad28a117cf
tree9c7694c5d92e7a4aef14e140774ec151600338c9
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
mtd: nand: atmel: Fix DT backward compatibility in pmecc.c

PMECC caps extraction from old DT bindings is broken, thus leading to
erroneous EL registers offset, which in turn make HW ECC unusable on
sama5d2 when old bindings are in use.

Passing the NAND dev node instead of the NFC node to of_match_node()
solves the problem.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Fixes: f88fc122cc34 ("mtd: nand: Cleanup/rework the atmel_nand driver")
Cc: <stable@vger.kernel.org>
Tested-by: Romain Izard <romain.izard.pro@gmail.com>
drivers/mtd/nand/atmel/pmecc.c