verified to work - remove broken flag
[openwrt/staging/wigyori.git] / target / linux / xburst / patches-3.3 / 0017-MIPS-JZ4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch
1 From cdb15b56aa9517a8cdbd14724088227514622a1b Mon Sep 17 00:00:00 2001
2 From: Maarten ter Huurne <maarten@treewalker.org>
3 Date: Wed, 11 Jan 2012 22:36:03 +0100
4 Subject: [PATCH 17/21] MIPS: JZ4740: qi_lb60: Look for NAND chip in bank 1.
5
6 All NanoNotes have their NAND in bank 1.
7 Specifying the bank is required since commit e7ca5a665877a030.
8 ---
9 arch/mips/jz4740/board-qi_lb60.c | 1 +
10 1 files changed, 1 insertions(+), 0 deletions(-)
11
12 --- a/arch/mips/jz4740/board-qi_lb60.c
13 +++ b/arch/mips/jz4740/board-qi_lb60.c
14 @@ -140,6 +140,7 @@ static void qi_lb60_nand_ident(struct pl
15 static struct jz_nand_platform_data qi_lb60_nand_pdata = {
16 .ident_callback = qi_lb60_nand_ident,
17 .busy_gpio = 94,
18 + .banks = { 1 },
19 };
20
21 /* Keyboard*/