[target/xburst] level up target xburst to linux kernel version 3.2.1
[openwrt.git] / target / linux / xburst / patches-3.2 / 0008-qi_lb60-Don-t-use-3-wire-spi-mode-for-the-display-fo.patch
1 From e5f25e25ed6c0478cbba7a32891b911e3183dad4 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 08/21] 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 files changed, 0 insertions(+), 1 deletions(-)
11
12 diff --git a/arch/mips/jz4740/board-qi_lb60.c b/arch/mips/jz4740/board-qi_lb60.c
13 index c3b04be..b622941 100644
14 --- a/arch/mips/jz4740/board-qi_lb60.c
15 +++ b/arch/mips/jz4740/board-qi_lb60.c
16 @@ -310,7 +310,6 @@ static struct spi_board_info qi_lb60_spi_board_info[] = {
17 .chip_select = 0,
18 .bus_num = 1,
19 .max_speed_hz = 30 * 1000,
20 - .mode = SPI_3WIRE,
21 },
22 };
23
24 --
25 1.7.5.4
26
This page took 0.048037 seconds and 5 git commands to generate.