diff options
author | Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> | 2013-04-29 08:07:48 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2013-08-05 15:48:49 -0400 |
commit | 64ddba4d8a381b65bebee24c8da4eb80080c64a4 (patch) | |
tree | 320f1fc85107662e12b168f3a17b34f3a7cbce7f /include | |
parent | 52778b2e9fcb66c8f1c9d5b1ae435815c19e7ae3 (diff) |
mtd: nand: fsmc: update of OF support
Add nand bank selection and timings to the device tree bindings.
Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>
[Added some documentation]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mtd/fsmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/fsmc.h b/include/linux/mtd/fsmc.h index d6ed61ef451d..c8be32e9fc49 100644 --- a/include/linux/mtd/fsmc.h +++ b/include/linux/mtd/fsmc.h | |||
@@ -137,6 +137,7 @@ enum access_mode { | |||
137 | 137 | ||
138 | /** | 138 | /** |
139 | * fsmc_nand_platform_data - platform specific NAND controller config | 139 | * fsmc_nand_platform_data - platform specific NAND controller config |
140 | * @nand_timings: timing setup for the physical NAND interface | ||
140 | * @partitions: partition table for the platform, use a default fallback | 141 | * @partitions: partition table for the platform, use a default fallback |
141 | * if this is NULL | 142 | * if this is NULL |
142 | * @nr_partitions: the number of partitions in the previous entry | 143 | * @nr_partitions: the number of partitions in the previous entry |