aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm
diff options
context:
space:
mode:
authorSaeed Bishara <saeed@marvell.com>2008-05-04 19:25:52 -1100
committerNicolas Pitre <nico@cam.org>2008-06-30 16:04:45 -0400
commitf4db56ffd43a810424866fac6de9a32486415316 (patch)
treee135966517865ea136b467b39711f1fc0b1194b9 /include/asm-arm
parent395aed6de6d063bc234a179d65d3b6d720ce589a (diff)
[MTD] orion_nand: add chip_delay parameter
Some SoCs need a different chip_delay value. Signed-off-by: Saeed Bishara <saeed@marvell.com> Acked-by: Jörn Engel <joern@logfs.org> Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/plat-orion/orion_nand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/plat-orion/orion_nand.h b/include/asm-arm/plat-orion/orion_nand.h
index ffd3852a0dd..ad4ce94c199 100644
--- a/include/asm-arm/plat-orion/orion_nand.h
+++ b/include/asm-arm/plat-orion/orion_nand.h
@@ -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;
};