|
@@ -216,6 +216,7 @@ static struct mtd_partition ts78xx_ts_nand_parts[] = {
|
|
|
|
|
|
static struct platform_nand_data ts78xx_ts_nand_data = {
|
|
static struct platform_nand_data ts78xx_ts_nand_data = {
|
|
.chip = {
|
|
.chip = {
|
|
|
|
+ .nr_chips = 1,
|
|
.part_probe_types = ts_nand_part_probes,
|
|
.part_probe_types = ts_nand_part_probes,
|
|
.partitions = ts78xx_ts_nand_parts,
|
|
.partitions = ts78xx_ts_nand_parts,
|
|
.nr_partitions = ARRAY_SIZE(ts78xx_ts_nand_parts),
|
|
.nr_partitions = ARRAY_SIZE(ts78xx_ts_nand_parts),
|