Title: [5928] trunk/drivers/mmc/host/bfin_sdh.c: task[#4214]enable moving window for sdio
Revision
5928
Author
cliff
Date
2008-12-30 03:43:22 -0600 (Tue, 30 Dec 2008)

Log Message

task[#4214]enable moving window for sdio

Modified Paths

Diff

Modified: trunk/drivers/mmc/host/bfin_sdh.c (5927 => 5928)


--- trunk/drivers/mmc/host/bfin_sdh.c	2008-12-30 09:03:02 UTC (rev 5927)
+++ trunk/drivers/mmc/host/bfin_sdh.c	2008-12-30 09:43:22 UTC (rev 5928)
@@ -382,7 +382,7 @@
 		cfg &= ~0x80;
 		cfg |= 0x40;
 		/* Enable 4 bit SDIO */
-		cfg |= 0x04;
+		cfg |= 0x0c;
 		bfin_write_SDH_CFG(cfg);
 		clk_ctl |= WIDE_BUS;
 	}
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to