diff options
author | Maarten ter Huurne <maarten@treewalker.org> | 2012-03-29 13:17:02 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-07-23 08:56:20 -0400 |
commit | 56635d79932c805f6eb2a775ad1cdf9ace12c2b5 (patch) | |
tree | 1de54cd95be912817fb3c9aa7374b031db587627 /arch | |
parent | 1471d41a5bdfdf83ed1e5c2148a9763e64b1f53b (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/jz4740/board-qi_lb60.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/jz4740/board-qi_lb60.c b/arch/mips/jz4740/board-qi_lb60.c index 9a91fe9de696..9a3d9de4d04e 100644 --- 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 platform_device *pdev, | |||
140 | static struct jz_nand_platform_data qi_lb60_nand_pdata = { | 140 | static struct jz_nand_platform_data qi_lb60_nand_pdata = { |
141 | .ident_callback = qi_lb60_nand_ident, | 141 | .ident_callback = qi_lb60_nand_ident, |
142 | .busy_gpio = 94, | 142 | .busy_gpio = 94, |
143 | .banks = { 1 }, | ||
143 | }; | 144 | }; |
144 | 145 | ||
145 | /* Keyboard*/ | 146 | /* Keyboard*/ |