mtd: rawnand: ingenic: Add support for the JZ4725B
authorPaul Cercueil <paul@crapouillou.net>
Tue, 19 Mar 2019 14:54:01 +0000 (15:54 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 8 Apr 2019 08:21:06 +0000 (10:21 +0200)
commit3e6ac2ad90b351f040d9f8b05da40487f0f35cfe
tree4e1f8f78980cc95718aa3e3a3e1ef526f9af02d4
parenta0ac778eb82c43b74d50cb0e31815bf5f24b295c
mtd: rawnand: ingenic: Add support for the JZ4725B

The boot ROM of the JZ4725B SoC expects a specific OOB layout on the
NAND, so we use it unconditionally in the ingenic-nand driver.

Also add the jz4725b-bch driver to support the JZ4725B-specific BCH
hardware.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/ingenic/Kconfig
drivers/mtd/nand/raw/ingenic/Makefile
drivers/mtd/nand/raw/ingenic/ingenic_nand.c
drivers/mtd/nand/raw/ingenic/jz4725b_bch.c [new file with mode: 0644]