Skip to content

Commit f9ce2ed

Browse files
author
Boris Brezillon
committed
mtd: nand: atmel: Add ->setup_data_interface() hooks
The NAND controller IP can adapt the NAND controller timings dynamically. Implement the ->setup_data_interface() hook to support this feature. Note that it's not supported on at91rm9200 because this SoC has a completely different SMC block, which is not supported yet. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
1 parent 104e442 commit f9ce2ed

File tree

2 files changed

+328
-2
lines changed

2 files changed

+328
-2
lines changed

drivers/mtd/nand/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ config MTD_NAND_CS553X
308308
config MTD_NAND_ATMEL
309309
tristate "Support for NAND Flash / SmartMedia on AT91"
310310
depends on ARCH_AT91
311+
select MFD_ATMEL_SMC
311312
help
312313
Enables support for NAND Flash / Smart Media Card interface
313314
on Atmel AT91 processors.

0 commit comments

Comments
 (0)