[xburst] Add 2.6.37 support
[openwrt.git] / target / linux / xburst / patches-2.6.37 / 021-qi_lb60-Don-t-use-3-wire-spi-mode-for-the-display-f.patch
1 From 9871577ee1ba0f90ae748799ccfbeeac77200977 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 17/23] qi_lb60: Don't use 3-wire spi mode for the display for now
5
6 The spi_gpio driver does not support 3-wire mode.
7 ---
8 arch/mips/jz4740/board-qi_lb60.c | 1 -
9 1 files changed, 0 insertions(+), 1 deletions(-)
10
11 --- a/arch/mips/jz4740/board-qi_lb60.c
12 +++ b/arch/mips/jz4740/board-qi_lb60.c
13 @@ -310,7 +310,6 @@ static struct spi_board_info qi_lb60_spi
14 .chip_select = 0,
15 .bus_num = 1,
16 .max_speed_hz = 30 * 1000,
17 - .mode = SPI_3WIRE,
18 },
19 };
20
This page took 0.04452 seconds and 5 git commands to generate.