[openfirmware] [commit] r3415 - in cpu/arm/olpc: . cl4

repository service svn at openfirmware.info
Mon Nov 5 20:03:49 CET 2012


Author: pgf
Date: Mon Nov  5 20:03:49 2012
New Revision: 3415
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3415

Log:
shdci -- change clk-delay-cycles for MMC1/3/5 from 31 to 15

Modified:
   cpu/arm/olpc/cl4/sdhci.fth
   cpu/arm/olpc/sdhci.fth

Modified: cpu/arm/olpc/cl4/sdhci.fth
==============================================================================
--- cpu/arm/olpc/cl4/sdhci.fth	Sat Nov  3 03:34:49 2012	(r3414)
+++ cpu/arm/olpc/cl4/sdhci.fth	Mon Nov  5 20:03:49 2012	(r3415)
@@ -4,7 +4,7 @@
       8 encode-int " bus-width" property
       " sdhci-pxav3" +compatible
       " mrvl,pxav3-mmc" +compatible
-      d# 31 encode-int " clk-delay-cycles" property
+      d# 15 encode-int " clk-delay-cycles" property
       fload ${BP}/dev/mmc/sdhci/slot.fth
       d# 39 " interrupts" integer-property
 
@@ -33,7 +33,7 @@
       8 encode-int " bus-width" property
       " sdhci-pxav3" +compatible
       " mrvl,pxav3-mmc" +compatible
-      d# 31 encode-int " clk-delay-cycles" property
+      d# 15 encode-int " clk-delay-cycles" property
       fload ${BP}/dev/mmc/sdhci/slot.fth
       " /interrupt-controller/interrupt-controller at 184" encode-phandle " interrupt-parent" property
       d# 0 " interrupts" integer-property

Modified: cpu/arm/olpc/sdhci.fth
==============================================================================
--- cpu/arm/olpc/sdhci.fth	Sat Nov  3 03:34:49 2012	(r3414)
+++ cpu/arm/olpc/sdhci.fth	Mon Nov  5 20:03:49 2012	(r3415)
@@ -107,7 +107,7 @@
       8 encode-int " bus-width" property
       " sdhci-pxav3" +compatible
       " mrvl,pxav3-mmc" +compatible
-      d# 31 encode-int " clk-delay-cycles" property
+      d# 15 encode-int " clk-delay-cycles" property
       d# 53 " interrupts" integer-property
 
       " /pmua" encode-phandle d# 14 encode-int encode+ " clocks" property



More information about the openfirmware mailing list