Show
Ignore:
Timestamp:
04/02/07 14:56:04 (3 years ago)
Author:
laforge
Message:

* switch vibrator pin into GPIO OUTPUT mode by default
** this prevents vibrator from being default-on at boot time
** kernerl driver needs to switch from GPiO output to TOUT3 function mode

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch

    r1604 r1621  
    88=================================================================== 
    99--- u-boot.orig/Makefile        2007-03-29 21:46:26.000000000 +0200 
    10 +++ u-boot/Makefile     2007-04-01 13:44:16.000000000 +0200 
     10+++ u-boot/Makefile     2007-04-02 14:42:27.000000000 +0200 
    1111@@ -1977,6 +1977,14 @@ 
    1212 sbc2410x_config: unconfig 
     
    2727=================================================================== 
    2828--- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    29 +++ u-boot/board/neo1973/Makefile       2007-04-01 13:44:18.000000000 +0200 
     29+++ u-boot/board/neo1973/Makefile       2007-04-02 14:42:31.000000000 +0200 
    3030@@ -0,0 +1,47 @@ 
    3131+# 
     
    118118=================================================================== 
    119119--- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    120 +++ u-boot/board/neo1973/neo1973.c      2007-04-01 13:44:20.000000000 +0200 
     120+++ u-boot/board/neo1973/neo1973.c      2007-04-02 14:51:14.000000000 +0200 
    121121@@ -0,0 +1,362 @@ 
    122122+/* 
     
    307307+       gpio->GPADAT |= (1 << 16);      /* Set GPA16 to high (nNAND_WP) */ 
    308308+ 
    309 +       gpio->GPBCON = 0x00045496; 
     309+       gpio->GPBCON = 0x00045456; 
    310310+       gpio->GPBUP = 0x000007FF; 
    311311+ 
     
    742742=================================================================== 
    743743--- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    744 +++ u-boot/include/configs/neo1973.h    2007-04-01 13:44:20.000000000 +0200 
     744+++ u-boot/include/configs/neo1973.h    2007-04-02 14:42:34.000000000 +0200 
    745745@@ -0,0 +1,265 @@ 
    746746+/* 
     
    10711071=================================================================== 
    10721072--- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    1073 +++ u-boot/board/neo1973/cmd_neo1973.c  2007-04-01 13:44:18.000000000 +0200 
     1073+++ u-boot/board/neo1973/cmd_neo1973.c  2007-04-02 14:42:31.000000000 +0200 
    10741074@@ -0,0 +1,120 @@ 
    10751075+/* 
     
    11961196=================================================================== 
    11971197--- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    1198 +++ u-boot/board/neo1973/neo1973.h      2007-04-01 13:44:17.000000000 +0200 
     1198+++ u-boot/board/neo1973/neo1973.h      2007-04-02 14:42:29.000000000 +0200 
    11991199@@ -0,0 +1,18 @@ 
    12001200+#ifndef _NEO1973_H 
     
    13241324=================================================================== 
    13251325--- u-boot.orig/common/main.c   2007-03-29 21:46:19.000000000 +0200 
    1326 +++ u-boot/common/main.c        2007-04-01 13:44:17.000000000 +0200 
     1326+++ u-boot/common/main.c        2007-04-02 14:42:29.000000000 +0200 
    13271327@@ -61,6 +61,7 @@ 
    13281328 #undef DEBUG_PARSER 
     
    17741774=================================================================== 
    17751775--- u-boot.orig/drivers/Makefile        2007-03-29 21:46:26.000000000 +0200 
    1776 +++ u-boot/drivers/Makefile     2007-04-01 13:44:18.000000000 +0200 
     1776+++ u-boot/drivers/Makefile     2007-04-02 14:42:31.000000000 +0200 
    17771777@@ -49,6 +49,7 @@ 
    17781778          usbdcore.o usbdcore_ep0.o usbdcore_omap1510.o usbtty.o \