提交 f4db56ff 编写于 作者: S Saeed Bishara 提交者: Nicolas Pitre

[MTD] orion_nand: add chip_delay parameter

Some SoCs need a different chip_delay value.
Signed-off-by: NSaeed Bishara <saeed@marvell.com>
Acked-by: NJörn Engel <joern@logfs.org>
Signed-off-by: NLennert Buytenhek <buytenh@marvell.com>
Signed-off-by: NNicolas Pitre <nico@marvell.com>
上级 395aed6d
......@@ -85,6 +85,9 @@ static int __init orion_nand_probe(struct platform_device *pdev)
nc->cmd_ctrl = orion_nand_cmd_ctrl;
nc->ecc.mode = NAND_ECC_SOFT;
if (board->chip_delay)
nc->chip_delay = board->chip_delay;
if (board->width == 16)
nc->options |= NAND_BUSWIDTH_16;
......
......@@ -18,6 +18,7 @@ struct orion_nand_data {
u8 ale; /* address line number connected to ALE */
u8 cle; /* address line number connected to CLE */
u8 width; /* buswidth */
u8 chip_delay;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册