[openfirmware] [commit] r3229 - dev/olpc

repository service svn at openfirmware.info
Tue Aug 28 03:28:52 CEST 2012


Author: wmb
Date: Tue Aug 28 03:28:52 2012
New Revision: 3229
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3229

Log:
SETi camera driver - invert the PCLK polarity so the data is sampled on the correct edge

Modified:
   dev/olpc/seti.fth

Modified: dev/olpc/seti.fth
==============================================================================
--- dev/olpc/seti.fth	Tue Aug 28 03:25:39 2012	(r3228)
+++ dev/olpc/seti.fth	Tue Aug 28 03:28:52 2012	(r3229)
@@ -107,7 +107,7 @@
    \ IDP
    03 00 ov!
    ff 10 ov!
-   0d 11 ov!
+   1d 11 ov!
    cb 12 ov!
    04 14 ov!         \ don't change
 



More information about the openfirmware mailing list