diff options
Diffstat (limited to 'include/linux/mtd/fsmc.h')
-rw-r--r-- | include/linux/mtd/fsmc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mtd/fsmc.h b/include/linux/mtd/fsmc.h index 6987995ad3cf..2cd655f06e05 100644 --- a/include/linux/mtd/fsmc.h +++ b/include/linux/mtd/fsmc.h | |||
@@ -151,6 +151,11 @@ struct fsmc_nand_platform_data { | |||
151 | unsigned int options; | 151 | unsigned int options; |
152 | unsigned int width; | 152 | unsigned int width; |
153 | unsigned int bank; | 153 | unsigned int bank; |
154 | |||
155 | /* CLE, ALE offsets */ | ||
156 | unsigned long cle_off; | ||
157 | unsigned long ale_off; | ||
158 | |||
154 | void (*select_bank)(uint32_t bank, uint32_t busw); | 159 | void (*select_bank)(uint32_t bank, uint32_t busw); |
155 | }; | 160 | }; |
156 | 161 | ||