[target/xburst] level up target xburst to linux kernel version 3.2.1
[openwrt.git] / target / linux / xburst / patches-3.2 / 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 diff --git a/arch/mips/jz4740/board-qi_lb60.c b/arch/mips/jz4740/board-qi_lb60.c
13 index b622941..f2d94c1 100644
14 --- a/arch/mips/jz4740/board-qi_lb60.c
15 +++ b/arch/mips/jz4740/board-qi_lb60.c
16 @@ -140,6 +140,7 @@ static void qi_lb60_nand_ident(struct platform_device *pdev,
17 static struct jz_nand_platform_data qi_lb60_nand_pdata = {
18 .ident_callback = qi_lb60_nand_ident,
19 .busy_gpio = 94,
20 + .banks = { 1 },
21 };
22
23 /* Keyboard*/
24 --
25 1.7.5.4
26
This page took 0.041495 seconds and 5 git commands to generate.