mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 23:11:51 +02:00
8f313bd0fd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31902 3c298f89-4303-0410-b956-a3cf2f4a3e73
22 lines
624 B
Diff
22 lines
624 B
Diff
From e5f25e25ed6c0478cbba7a32891b911e3183dad4 Mon Sep 17 00:00:00 2001
|
|
From: Lars-Peter Clausen <lars@metafoo.de>
|
|
Date: Wed, 13 Oct 2010 01:17:24 +0200
|
|
Subject: [PATCH 08/21] qi_lb60: Don't use 3-wire spi mode for the display for
|
|
now
|
|
|
|
The spi_gpio driver does not support 3-wire mode.
|
|
---
|
|
arch/mips/jz4740/board-qi_lb60.c | 1 -
|
|
1 files changed, 0 insertions(+), 1 deletions(-)
|
|
|
|
--- a/arch/mips/jz4740/board-qi_lb60.c
|
|
+++ b/arch/mips/jz4740/board-qi_lb60.c
|
|
@@ -310,7 +310,6 @@ static struct spi_board_info qi_lb60_spi
|
|
.chip_select = 0,
|
|
.bus_num = 1,
|
|
.max_speed_hz = 30 * 1000,
|
|
- .mode = SPI_3WIRE,
|
|
},
|
|
};
|
|
|