[openfirmware] r1184 - dev/mmc/sdhci

svn at openfirmware.info svn at openfirmware.info
Wed May 13 02:29:32 CEST 2009


Author: wmb
Date: 2009-05-13 02:29:32 +0200 (Wed, 13 May 2009)
New Revision: 1184

Modified:
   dev/mmc/sdhci/sdhci.bth
   dev/mmc/sdhci/sdhci.fth
Log:
SDHCI - fixed a couple of things that the big SD/wireless checkin broke.




Modified: dev/mmc/sdhci/sdhci.bth
===================================================================
--- dev/mmc/sdhci/sdhci.bth	2009-05-12 23:42:01 UTC (rev 1183)
+++ dev/mmc/sdhci/sdhci.bth	2009-05-13 00:29:32 UTC (rev 1184)
@@ -12,6 +12,7 @@
 
 init
 new-device
+   1 encode-int " reg" property
    " sdmmc" " $load-driver" eval drop
 finish-device
 

Modified: dev/mmc/sdhci/sdhci.fth
===================================================================
--- dev/mmc/sdhci/sdhci.fth	2009-05-12 23:42:01 UTC (rev 1183)
+++ dev/mmc/sdhci/sdhci.fth	2009-05-13 00:29:32 UTC (rev 1184)
@@ -743,7 +743,7 @@
 
    card-clock-25
 
-\  get-csd           \ Cmd 9 - Get card-specific data
+   get-csd           \ Cmd 9 - Get card-specific data
 
    select-card       \ Cmd 7 - Select
 




More information about the openfirmware mailing list