Title: [7686] branches/2009R1/drivers/spi/spi_bfin5xx.c: [#5630] ethernet driver smc91x fail to wake up by uart in bf533-stamp
Revision
7686
Author
hennerich
Date
2009-10-20 11:38:07 -0400 (Tue, 20 Oct 2009)

Log Message

[#5630] ethernet driver smc91x fail to wake up by uart in bf533-stamp

Modified Paths

Diff

Modified: branches/2009R1/drivers/spi/spi_bfin5xx.c (7685 => 7686)


--- branches/2009R1/drivers/spi/spi_bfin5xx.c	2009-10-20 13:38:04 UTC (rev 7685)
+++ branches/2009R1/drivers/spi/spi_bfin5xx.c	2009-10-20 15:38:07 UTC (rev 7686)
@@ -1455,7 +1455,7 @@
 	/* Reset SPI registers. If these registers were used by the boot loader,
 	 * the sky may fall on your head if you enable the dma controller.
 	 */
-	write_CTRL(drv_data, BIT_CTL_CPHA | BIT_CTL_MASTER);
+	write_CTRL(drv_data, BIT_CTL_PHASE | BIT_CTL_MASTER);
 	write_FLAG(drv_data, 0xFF00);
 
 	/* Register with the SPI framework */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to