forked from OERV-BSP/u-boot
mtd: nand: denali: sync with Linux 4.15-rc1
I largely reworked the Denali NAND controller driver in Linux. This commit imports the improvements from Linux. The code is almost synced with Linux 4.15-rc1. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
@@ -23,17 +23,6 @@ config NAND_DENALI_DT
|
||||
Enable the driver for NAND flash on platforms using a Denali NAND
|
||||
controller as a DT device.
|
||||
|
||||
config SYS_NAND_DENALI_64BIT
|
||||
bool "Use 64-bit variant of Denali NAND controller"
|
||||
depends on NAND_DENALI
|
||||
help
|
||||
The Denali NAND controller IP has some variations in terms of
|
||||
the bus interface. The DMA setup sequence is completely differenct
|
||||
between 32bit / 64bit AXI bus variants.
|
||||
|
||||
If your Denali NAND controller is the 64-bit variant, say Y.
|
||||
Otherwise (32 bit), say N.
|
||||
|
||||
config NAND_DENALI_SPARE_AREA_SKIP_BYTES
|
||||
int "Number of bytes skipped in OOB area"
|
||||
depends on NAND_DENALI
|
||||
|
||||
Reference in New Issue
Block a user