]> git.baikalelectronics.ru Git - uboot.git/commit
mtd: nand: mxs_nand: add device tree support
authorStefan Agner <stefan.agner@toradex.com>
Fri, 22 Jun 2018 16:06:17 +0000 (18:06 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 27 Jun 2018 07:07:55 +0000 (09:07 +0200)
commit4719f8948ff1d46f6d6b559edbd16bb67b3bb3e6
treee05699662100b58128dbc52141d75c0917465b66
parented9ca68b9180fc9683ae7e27c676bfc10589748d
mtd: nand: mxs_nand: add device tree support

Support driver data from device tree. Also support fsl,use-minimal-ecc
similar to Linux' GPMI NAND driver.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Makefile
drivers/mtd/nand/mxs_nand.c
drivers/mtd/nand/mxs_nand_dt.c [new file with mode: 0644]