瀏覽代碼

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 年之前
父節點
當前提交
56635d7993
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 = {
 	.ident_callback = qi_lb60_nand_ident,
 	.busy_gpio = 94,
+	.banks = { 1 },
 };
 
 /* Keyboard*/