From 8f313bd0fd01042d55168559c2712a60896b2235 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 27 May 2012 15:01:32 +0000 Subject: xburst: add support for 3.3 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31902 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...Z4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 target/linux/xburst/patches-3.3/0017-MIPS-JZ4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch (limited to 'target/linux/xburst/patches-3.3/0017-MIPS-JZ4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch') diff --git a/target/linux/xburst/patches-3.3/0017-MIPS-JZ4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch b/target/linux/xburst/patches-3.3/0017-MIPS-JZ4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch new file mode 100644 index 000000000..f6b11540a --- /dev/null +++ b/target/linux/xburst/patches-3.3/0017-MIPS-JZ4740-qi_lb60-Look-for-NAND-chip-in-bank-1.patch @@ -0,0 +1,21 @@ +From cdb15b56aa9517a8cdbd14724088227514622a1b Mon Sep 17 00:00:00 2001 +From: Maarten ter Huurne +Date: Wed, 11 Jan 2012 22:36:03 +0100 +Subject: [PATCH 17/21] 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 commit e7ca5a665877a030. +--- + arch/mips/jz4740/board-qi_lb60.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +--- a/arch/mips/jz4740/board-qi_lb60.c ++++ b/arch/mips/jz4740/board-qi_lb60.c +@@ -140,6 +140,7 @@ static void qi_lb60_nand_ident(struct pl + static struct jz_nand_platform_data qi_lb60_nand_pdata = { + .ident_callback = qi_lb60_nand_ident, + .busy_gpio = 94, ++ .banks = { 1 }, + }; + + /* Keyboard*/ -- cgit v1.2.3