Browse Source

MIPS: JZ4740: qi_lb60: Look for NAND chip in bank 1.

All NanoNotes have their NAND in bank 1.
Specifying the bank is required since multi-bank support was introduced.

Signed-off-by: Maarten ter Huurne <maarten@treewalker.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3561/
Acked-By: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Maarten ter Huurne 13 years ago
parent
commit
56635d7993
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/mips/jz4740/board-qi_lb60.c

+ 1 - 0
arch/mips/jz4740/board-qi_lb60.c

@@ -140,6 +140,7 @@ static void qi_lb60_nand_ident(struct platform_device *pdev,
 static struct jz_nand_platform_data qi_lb60_nand_pdata = {
 static struct jz_nand_platform_data qi_lb60_nand_pdata = {
 	.ident_callback = qi_lb60_nand_ident,
 	.ident_callback = qi_lb60_nand_ident,
 	.busy_gpio = 94,
 	.busy_gpio = 94,
+	.banks = { 1 },
 };
 };
 
 
 /* Keyboard*/
 /* Keyboard*/