aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-orion
diff options
context:
space:
mode:
authorBen Dooks <ben@simtec.co.uk>2010-04-20 05:26:18 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-05-13 20:04:19 -0400
commiteedfea252690435858722a8da1109d104d639087 (patch)
tree853f8620da72530e32768634583ccf2a781c6271 /arch/arm/plat-orion
parentc3611570ddf601609f8803574ea83889ff969aa0 (diff)
mtd: orion/kirkwood: add RnB line support to orion mtd driver
Add support for a board to register a callback to get the state of the RnB line if it has it attached. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'arch/arm/plat-orion')
-rw-r--r--arch/arm/plat-orion/include/plat/orion_nand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-orion/include/plat/orion_nand.h b/arch/arm/plat-orion/include/plat/orion_nand.h
index d6a4cfa3778..9f3c180834d 100644
--- a/arch/arm/plat-orion/include/plat/orion_nand.h
+++ b/arch/arm/plat-orion/include/plat/orion_nand.h
@@ -14,6 +14,7 @@
14 */ 14 */
15struct orion_nand_data { 15struct orion_nand_data {
16 struct mtd_partition *parts; 16 struct mtd_partition *parts;
17 int (*dev_ready)(struct mtd_info *mtd);
17 u32 nr_parts; 18 u32 nr_parts;
18 u8 ale; /* address line number connected to ALE */ 19 u8 ale; /* address line number connected to ALE */
19 u8 cle; /* address line number connected to CLE */ 20 u8 cle; /* address line number connected to CLE */