You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
745 B
27 lines
745 B
10 years ago
|
From 4371d60ae342c76708c4317e06fb7dcf0159c2f1 Mon Sep 17 00:00:00 2001
|
||
11 years ago
|
From: Lars-Peter Clausen <lars@metafoo.de>
|
||
|
Date: Wed, 13 Oct 2010 01:17:24 +0200
|
||
10 years ago
|
Subject: [PATCH 7/7] qi_lb60: Don't use 3-wire spi mode for the display for
|
||
11 years ago
|
now
|
||
|
|
||
|
The spi_gpio driver does not support 3-wire mode.
|
||
|
---
|
||
|
arch/mips/jz4740/board-qi_lb60.c | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
10 years ago
|
diff --git a/arch/mips/jz4740/board-qi_lb60.c b/arch/mips/jz4740/board-qi_lb60.c
|
||
|
index c454525..04cf890 100644
|
||
11 years ago
|
--- a/arch/mips/jz4740/board-qi_lb60.c
|
||
|
+++ b/arch/mips/jz4740/board-qi_lb60.c
|
||
10 years ago
|
@@ -312,7 +312,6 @@ static struct spi_board_info qi_lb60_spi_board_info[] = {
|
||
11 years ago
|
.chip_select = 0,
|
||
|
.bus_num = 1,
|
||
|
.max_speed_hz = 30 * 1000,
|
||
|
- .mode = SPI_3WIRE,
|
||
|
},
|
||
|
};
|
||
|
|
||
10 years ago
|
--
|
||
|
1.7.10.4
|
||
|
|