Title: [7383] trunk/arch/blackfin/mach-bf537/boards/stamp.c: since CS issue has been fixed, we can let AD1938 to
Revision
7383
Author
bhsong
Date
2009-09-18 05:14:38 -0400 (Fri, 18 Sep 2009)

Log Message

since CS issue has been fixed, we can let AD1938 to
use normal SPI CS but not software GPIO mode

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-bf537/boards/stamp.c (7382 => 7383)


--- trunk/arch/blackfin/mach-bf537/boards/stamp.c	2009-09-18 09:02:09 UTC (rev 7382)
+++ trunk/arch/blackfin/mach-bf537/boards/stamp.c	2009-09-18 09:14:38 UTC (rev 7383)
@@ -545,7 +545,6 @@
 static struct bfin5xx_spi_chip ad1938_spi_chip_info = {
 	.enable_dma = 0,
 	.bits_per_word = 8,
-	.cs_gpio = GPIO_PF5,
 };
 #endif
 
@@ -884,7 +883,7 @@
 		.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,
 	},
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to