[openfirmware] [commit] r3345 - cpu/arm/olpc

repository service svn at openfirmware.info
Tue Oct 2 02:26:16 CEST 2012


Author: wmb
Date: Tue Oct  2 02:26:16 2012
New Revision: 3345
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3345

Log:
OLPC ARM SDHCI - removed now-redundant SDHCI clock register settings from stand-init.

Modified:
   cpu/arm/olpc/sdhci.fth

Modified: cpu/arm/olpc/sdhci.fth
==============================================================================
--- cpu/arm/olpc/sdhci.fth	Fri Sep 28 23:48:00 2012	(r3344)
+++ cpu/arm/olpc/sdhci.fth	Tue Oct  2 02:26:16 2012	(r3345)
@@ -104,9 +104,5 @@
 devalias mmc1 /sd/sdhci at d4280800
 
 stand-init: SDHC clocks
-   h# 41b h# 282854 io!   \ SD0 (external SD) clocks, plus set master clock divisor
-   h#  1b h# 282858 io!   \ SD1 (WLAN) clocks
-   h#  1b h# 2828e8 io!   \ SD2 (internal microSD) clocks
-   h# 70a h# 200104 io!  \ Clock gating
-   h# 70a h# 201104 io!  \ Clock gating
+   h# 400 h# 54 pmua!    \ Master SDH clock divisor
 ;



More information about the openfirmware mailing list