kernel: bump 3.18 to 3.18.119
[openwrt/openwrt.git] / target / linux / xburst / patches-3.18 / 007-qi_lb60-Don-t-use-3-wire-spi-mode-for-the-display-fo.patch
1 From 4371d60ae342c76708c4317e06fb7dcf0159c2f1 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 7/7] 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 arch/mips/jz4740/board-qi_lb60.c | 1 -
10 1 file changed, 1 deletion(-)
11
12 --- a/arch/mips/jz4740/board-qi_lb60.c
13 +++ b/arch/mips/jz4740/board-qi_lb60.c
14 @@ -313,7 +313,6 @@ static struct spi_board_info qi_lb60_spi
15 .chip_select = 0,
16 .bus_num = 1,
17 .max_speed_hz = 30 * 1000,
18 - .mode = SPI_3WIRE,
19 },
20 };
21