kernel: update 3.10 to 3.10.3
[openwrt/svn-archive/archive.git] / target / linux / xburst / patches-3.10 / 010-qi_lb60-Don-t-use-3-wire-spi-mode-for-the-display-fo.patch
1 From 590ceec7028084ebd9d643b4929ceae9fd806fbe Mon Sep 17 00:00:00 2001
2 From: Lars-Peter Clausen <lars@metafoo.de>
3 Date: Wed, 13 Oct 2010 01:17:24 +0200
4 Subject: [PATCH 10/16] qi_lb60: Don't use 3-wire spi mode for the display for
5 now
6
7 The spi_gpio driver does not support 3-wire mode.
8
9 Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
10 ---
11 arch/mips/jz4740/board-qi_lb60.c | 1 -
12 1 file changed, 1 deletion(-)
13
14 --- a/arch/mips/jz4740/board-qi_lb60.c
15 +++ b/arch/mips/jz4740/board-qi_lb60.c
16 @@ -311,7 +311,6 @@ static struct spi_board_info qi_lb60_spi
17 .chip_select = 0,
18 .bus_num = 1,
19 .max_speed_hz = 30 * 1000,
20 - .mode = SPI_3WIRE,
21 },
22 };
23