[ARM] Kirkwood: use chip_delay

Signed-off-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
This commit is contained in:
Saeed Bishara 2008-06-05 13:19:30 +02:00 committed by Nicolas Pitre
parent f4db56ffd4
commit 5b2353859f

View file

@ -54,6 +54,7 @@ static struct orion_nand_data rd88f6281_nand_data = {
.cle = 0, .cle = 0,
.ale = 1, .ale = 1,
.width = 8, .width = 8,
.chip_delay = 25,
}; };
static struct platform_device rd88f6281_nand_flash = { static struct platform_device rd88f6281_nand_flash = {