[openfirmware] [commit] r2552 - dev/olpc/mmp2camera

repository service svn at openfirmware.info
Fri Sep 30 02:13:12 CEST 2011


Author: wmb
Date: Fri Sep 30 02:13:12 2011
New Revision: 2552
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2552

Log:
ARM XO-1.75 - Used pmua! instead of explicit addresses in camera driver.  Should be no functional change.

Modified:
   dev/olpc/mmp2camera/ccic.fth

Modified: dev/olpc/mmp2camera/ccic.fth
==============================================================================
--- dev/olpc/mmp2camera/ccic.fth	Fri Sep 30 02:11:51 2011	(r2551)
+++ dev/olpc/mmp2camera/ccic.fth	Fri Sep 30 02:13:12 2011	(r2552)
@@ -74,8 +74,8 @@
 
 : power-on  ( -- )
    \ Enable clocks
-   h# 3f h# 282828 io!  \ Clock gating - AHB, Internal PIXCLK, AXI clock always on
-   h# 0003.805b h# 282850 io!  \ PMUA clock config for CCIC - /1, PLL1/16, AXI arb, AXI, perip on
+   h# 3f h# 28 pmua!  \ Clock gating - AHB, Internal PIXCLK, AXI clock always on
+   h# 0003.805b h# 50 pmua!  \ PMUA clock config for CCIC - /1, PLL1/16, AXI arb, AXI, perip on
 
 \  h# 0000.0002 h# 88 cl!   \ Clock select - PIXMCLK, 797/2 (PLL1/16) / 2 -> 24.9 MHz
 \  h# 4000.0002 h# 88 cl!   \ Clock select -     AXI, 797/2 (PLL1/16) / 2 -> 24.9 MHz



More information about the openfirmware mailing list