[openfirmware] [commit] r1985 - cpu/arm/mmp2

repository service svn at openfirmware.info
Sat Oct 16 00:57:37 CEST 2010


Author: wmb
Date: Sat Oct 16 00:57:36 2010
New Revision: 1985
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1985

Log:
OLPC XO-1.75 - fixed MFPR settings to agree with SPI test rig.

Modified:
   cpu/arm/mmp2/mfpr.fth

Modified: cpu/arm/mmp2/mfpr.fth
==============================================================================
--- cpu/arm/mmp2/mfpr.fth	Fri Oct 15 00:13:42 2010	(r1984)
+++ cpu/arm/mmp2/mfpr.fth	Sat Oct 16 00:57:36 2010	(r1985)
@@ -16,7 +16,8 @@
    
    h# 000e.0000  gpio-base h# 0c +  l!  \ Bits 19, 18, 17
    h# 0704.2000  gpio-base h# 10 +  l!  \ Bits 58,57,56,50 and 45
-   h# 03ec.3e00  gpio-base h# 14 +  l!  \ Bits 89:85,83,82, and 77:73
+\   h# 03ec.3e00  gpio-base h# 14 +  l!  \ Bits 89:85,83,82, and 77:73
+   h# 03ec.3200  gpio-base h# 14 +  l!  \ Bits 89:85,83,82, and 77:76 and 73 (leave 74 and 75 as input)
 
    h# 0200.3c00  gpio-base h# 20 +  l!  \ Turn off LEDS (3c00) and turn on 5V (0200.0000)
 ;
@@ -192,10 +193,10 @@
    0 af,      \ GPIO_116 - GPIO_116 (i/o)
    0 af,      \ GPIO_117 - GPIO_117 (i/o)
    0 af,      \ GPIO_118 - GPIO_118 (i/o)
-   3 af,      \ GPIO_119 - GPIO_119 (i/o)
-   3 af,      \ GPIO_120 - GPIO_120 (i/o)
-   3 af,      \ GPIO_121 - GPIO_121 (i/o)
-   3 af,      \ GPIO_122 - GPIO_122 (i/o)
+   0 af,      \ GPIO_119 - GPIO_119 (i/o)
+   0 af,      \ GPIO_120 - GPIO_120 (i/o)
+   0 af,      \ GPIO_121 - GPIO_121 (i/o)
+   0 af,      \ GPIO_122 - GPIO_122 (i/o)
    0 af,      \ GPIO_123 - MBFLT_N    (use as GPIO  in)
    1 af,      \ GPIO_124 - MMC1_DAT[7]
    1 af,      \ GPIO_125 - MMC1_DAT[6]



More information about the openfirmware mailing list