diff options
author | Chuanxiao Dong <chuanxiao.dong@intel.com> | 2010-08-06 06:19:09 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-08-06 11:30:26 -0400 |
commit | 08b9ab9996c7e582f86da319f43d2dcb8ff55993 (patch) | |
tree | de127bcf41c849449ecef88fae8b226f0e2f61fd /drivers/mtd/nand/denali.h | |
parent | db9a321049ead6424848b1040a714290d5df39d7 (diff) |
mtd: denali: Add multi connected NAND support
Signed-off-by: Chuanxiao Dong <chuanxiao.dong@intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/denali.h')
-rw-r--r-- | drivers/mtd/nand/denali.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/denali.h b/drivers/mtd/nand/denali.h index bdf5c2af5000..b680474e6333 100644 --- a/drivers/mtd/nand/denali.h +++ b/drivers/mtd/nand/denali.h | |||
@@ -764,6 +764,7 @@ struct denali_nand_info { | |||
764 | int irq_debug_array[32]; | 764 | int irq_debug_array[32]; |
765 | int idx; | 765 | int idx; |
766 | 766 | ||
767 | uint32_t devnum; /* represent how many nands connected */ | ||
767 | uint32_t fwblks; /* represent how many blocks FW used */ | 768 | uint32_t fwblks; /* represent how many blocks FW used */ |
768 | uint32_t totalblks; | 769 | uint32_t totalblks; |
769 | uint32_t blksperchip; | 770 | uint32_t blksperchip; |