[openfirmware] r1006 - dev/mmc/sdhci

svn at openfirmware.info svn at openfirmware.info
Sat Nov 15 04:06:06 CET 2008


Author: wmb
Date: 2008-11-15 04:06:06 +0100 (Sat, 15 Nov 2008)
New Revision: 1006

Modified:
   dev/mmc/sdhci/sdhci.fth
Log:
OLPC trac 8987 - Reinstated a missing Marvell quirk workaround in the
SDHCI driver.  It was causing sporadic "Card didn't power up after one second"
failures.


Modified: dev/mmc/sdhci/sdhci.fth
===================================================================
--- dev/mmc/sdhci/sdhci.fth	2008-11-12 18:58:05 UTC (rev 1005)
+++ dev/mmc/sdhci/sdhci.fth	2008-11-15 03:06:06 UTC (rev 1006)
@@ -17,6 +17,8 @@
 
 " sdhci" " compatible" string-property
 
+create marvell
+
 h# 4000 constant /regs
 
 : phys+ encode-phys encode+  ;




More information about the openfirmware mailing list