mirror of https://gitee.com/openkylin/linux.git
[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:
parent
f4db56ffd4
commit
5b2353859f
|
@ -54,6 +54,7 @@ static struct orion_nand_data rd88f6281_nand_data = {
|
|||
.cle = 0,
|
||||
.ale = 1,
|
||||
.width = 8,
|
||||
.chip_delay = 25,
|
||||
};
|
||||
|
||||
static struct platform_device rd88f6281_nand_flash = {
|
||||
|
|
Loading…
Reference in New Issue