Root/target/linux/xburst/patches-3.2/0018-MIPS-JZ4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch

1From 295008ce697a5ddb45ee1715b45d5e8024e1165b Mon Sep 17 00:00:00 2001
2From: Maarten ter Huurne <maarten@treewalker.org>
3Date: Wed, 11 Jan 2012 22:36:03 +0100
4Subject: [PATCH 18/28] MIPS: JZ4740: qi_lb60: Look for NAND chip in bank 1.
5
6All NanoNotes have their NAND in bank 1.
7Specifying 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
12diff --git a/arch/mips/jz4740/board-qi_lb60.c b/arch/mips/jz4740/board-qi_lb60.c
13index 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--
251.7.5.4
26
27

Archive Download this file



interactive