Title: [5785] trunk/arch/blackfin/mach-bf537/boards/stamp.c: [#4689] Add BF537-STAMP platform support for ENC28J60 SPI Ethernet MAC: Enable SPI DMA by default
Revision
5785
Author
hennerich
Date
2008-12-02 04:08:40 -0600 (Tue, 02 Dec 2008)

Log Message

[#4689] Add BF537-STAMP platform support for ENC28J60 SPI Ethernet MAC: Enable SPI DMA by default

Modified Paths

Diff

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


--- trunk/arch/blackfin/mach-bf537/boards/stamp.c	2008-12-02 09:48:07 UTC (rev 5784)
+++ trunk/arch/blackfin/mach-bf537/boards/stamp.c	2008-12-02 10:08:40 UTC (rev 5785)
@@ -625,7 +625,7 @@
 
 #if defined(CONFIG_ENC28J60) || defined(CONFIG_ENC28J60_MODULE)
 static struct bfin5xx_spi_chip enc28j60_spi_chip_info = {
-	.enable_dma	= 0,
+	.enable_dma	= 1,
 	.bits_per_word	= 8,
 	.cs_gpio = GPIO_PF10,
 };
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to