aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2010-08-12 02:14:54 +0100
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-08-12 02:21:18 +0100
commitef077179a2909d3d0d3accf29ad1ea9ebb19019b (patch)
tree93fdf0f9bc28512a5fd908756fa927728552bdb2 /arch/arm/mach-mx3
parentmtd/nand_base: fix kernel-doc warnings & typos (diff)
downloadlinux-dev-ef077179a2909d3d0d3accf29ad1ea9ebb19019b.tar.xz
linux-dev-ef077179a2909d3d0d3accf29ad1ea9ebb19019b.zip
ARM: Fix gen_nand probe structures contents
These three platforms didn't properly fill nr_chips in gen_nand registration and therefore depended on gen_nand bug fixed by commit 81cbb0b17796d81cbd92defe113cf2a7c7a21fbb ("mtd: gen_nand: fix support for multiple chips") Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'arch/arm/mach-mx3')
-rw-r--r--arch/arm/mach-mx3/mach-qong.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/mach-qong.c b/arch/arm/mach-mx3/mach-qong.c
index d44ac70222a5..c8c380eef74c 100644
--- a/arch/arm/mach-mx3/mach-qong.c
+++ b/arch/arm/mach-mx3/mach-qong.c
@@ -165,6 +165,7 @@ static void qong_nand_select_chip(struct mtd_info *mtd, int chip)
static struct platform_nand_data qong_nand_data = {
.chip = {
+ .nr_chips = 1,
.chip_delay = 20,
.options = 0,
},