summaryrefslogtreecommitdiff
path: root/include/asm-arm/plat-orion
diff options
context:
space:
mode:
authorSaeed Bishara <saeed@marvell.com>2008-05-05 10:25:52 +0400
committerNicolas Pitre <nico@cam.org>2008-07-01 00:04:45 +0400
commitf4db56ffd43a810424866fac6de9a32486415316 (patch)
treee135966517865ea136b467b39711f1fc0b1194b9 /include/asm-arm/plat-orion
parent395aed6de6d063bc234a179d65d3b6d720ce589a (diff)
downloadlinux-f4db56ffd43a810424866fac6de9a32486415316.tar.xz
[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/plat-orion')
-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 ffd3852a0dd7..ad4ce94c1998 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;
};