Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef56609f authored by Marek Vasut's avatar Marek Vasut Committed by David Woodhouse
Browse files

BFIN: Fix gen_nand probe structures contents



These two platforms didn't properly fill nr_chips in gen_nand 
registration and therefore depended on gen_nand bug fixed by by commit
81cbb0b1 ("mtd: gen_nand: fix support for
multiple chips")

Signed-off-by: default avatarMarek Vasut <marek.vasut@gmail.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 5eab6aaa
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -400,6 +400,7 @@ static int bfin_plat_nand_dev_ready(struct mtd_info *mtd)


static struct platform_nand_data bfin_plat_nand_data = {
static struct platform_nand_data bfin_plat_nand_data = {
	.chip = {
	.chip = {
		.nr_chips = 1,
		.chip_delay = 30,
		.chip_delay = 30,
#ifdef CONFIG_MTD_PARTITIONS
#ifdef CONFIG_MTD_PARTITIONS
		.part_probe_types = part_probes,
		.part_probe_types = part_probes,
+1 −0
Original line number Original line Diff line number Diff line
@@ -284,6 +284,7 @@ static int bfin_plat_nand_dev_ready(struct mtd_info *mtd)


static struct platform_nand_data bfin_plat_nand_data = {
static struct platform_nand_data bfin_plat_nand_data = {
	.chip = {
	.chip = {
		 .nr_chips = 1,
		 .chip_delay = 30,
		 .chip_delay = 30,
#ifdef CONFIG_MTD_PARTITIONS
#ifdef CONFIG_MTD_PARTITIONS
		 .part_probe_types = part_probes,
		 .part_probe_types = part_probes,