[openfirmware] r1588 - dev/mmc/sdhci

svn at openfirmware.info svn at openfirmware.info
Sat Dec 12 04:19:37 CET 2009


Author: rsmith
Date: 2009-12-12 04:19:37 +0100 (Sat, 12 Dec 2009)
New Revision: 1588

Modified:
   dev/mmc/sdhci/sdhci.fth
Log:
OLPC 1.5: Fixes missing wlan power up on B3 and greater. 


Modified: dev/mmc/sdhci/sdhci.fth
===================================================================
--- dev/mmc/sdhci/sdhci.fth	2009-12-12 03:15:55 UTC (rev 1587)
+++ dev/mmc/sdhci/sdhci.fth	2009-12-12 03:19:37 UTC (rev 1588)
@@ -729,7 +729,7 @@
 \ -1 means error, 1 means retry
 : power-up-sdio-card  ( -- false | retry? true )
    intstat-on
-   card-power-off d# 50 ms
+   card-power-off d# 500 ms
    card-power-on  d# 50 ms  \ This delay is just a guess (20 was barely too slow for a Via board)
    card-inserted?  0=  if  card-power-off  intstat-off  false true exit  then   
    card-clock-slow  d# 50 ms  \ This delay is just a guess




More information about the openfirmware mailing list