aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/plat-orion/orion_nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/plat-orion/orion_nand.h')
-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 {
18 u8 ale; /* address line number connected to ALE */ 18 u8 ale; /* address line number connected to ALE */
19 u8 cle; /* address line number connected to CLE */ 19 u8 cle; /* address line number connected to CLE */
20 u8 width; /* buswidth */ 20 u8 width; /* buswidth */
21 u8 chip_delay;
21}; 22};
22 23
23 24