projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bd1fbe
)
Blackfin: bf537-stamp: ad1938: switch to GPIO CS
author
Barry Song
<barry.song@analog.com>
Fri, 18 Sep 2009 09:14:38 +0000
(09:14 +0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 9 Mar 2010 05:30:45 +0000
(
00:30
-0500)
Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-bf537/boards/stamp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/mach-bf537/boards/stamp.c
b/arch/blackfin/mach-bf537/boards/stamp.c
index 9842288c4f1c26be81ff08f6bf6e0a0355759e3d..554f82d6f9daec385a220d322d19ac6466d3a6e0 100644
(file)
--- a/
arch/blackfin/mach-bf537/boards/stamp.c
+++ b/
arch/blackfin/mach-bf537/boards/stamp.c
@@
-528,7
+528,6
@@
static struct bfin5xx_spi_chip ad1836_spi_chip_info = {
static struct bfin5xx_spi_chip ad1938_spi_chip_info = {
.enable_dma = 0,
.bits_per_word = 8,
- .cs_gpio = GPIO_PF5,
};
#endif
@@
-910,7
+909,7
@@
static struct spi_board_info bfin_spi_board_info[] __initdata = {
.modalias = "ad1938",
.max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
.bus_num = 0,
- .chip_select =
0,/* CONFIG_SND_BLACKFIN_SPI_PFBIT */
+ .chip_select =
5,
.controller_data = &ad1938_spi_chip_info,
.mode = SPI_MODE_3,
},