r1621 - in trunk: doc/hardware/GTA01Bv4 src/target/u-boot/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Mon Apr 2 14:56:06 CEST 2007


Author: laforge
Date: 2007-04-02 14:56:04 +0200 (Mon, 02 Apr 2007)
New Revision: 1621

Modified:
   trunk/doc/hardware/GTA01Bv4/gpio.txt
   trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
Log:
* 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


Modified: trunk/doc/hardware/GTA01Bv4/gpio.txt
===================================================================
--- trunk/doc/hardware/GTA01Bv4/gpio.txt	2007-04-02 12:53:07 UTC (rev 1620)
+++ trunk/doc/hardware/GTA01Bv4/gpio.txt	2007-04-02 12:56:04 UTC (rev 1621)
@@ -30,7 +30,7 @@
 GPB0	O	TOUT0	BACKLIGHT_LCM		SM8121AH CE
 GPB1	O	GPB1	GPS_PWRON		GPS Power On ?
 GPB2	O	GPB2	SD_ON			Enable SD Card power supply
-GPB3	O	TOUT1	VIBRATOR_ON		Vibrator switch / PWM
+GPB3	O	TOUT1	VIBRATOR_ON		Vibrator switch / PWM (initial: GPB3)
 GPB4	NC					H-TP1526
 GPB5	O	GPB5	BT_EN
 GPB6	O	GPB6	MODEM_RST		GSM Modem Reset
@@ -39,7 +39,7 @@
 GPB9	O	GPB9	USB_PULLUP		USB pullup to signal the host that we're ready
 GPB10	NC
 
-GPBCON = 00 0100 0101 0100 1001 0110 = 0x045496
+GPBCON = 00 0100 0101 0100 0101 0110 = 0x045456
  
 
 GPC0	O	GPC0	GPS_RST

Modified: trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch	2007-04-02 12:53:07 UTC (rev 1620)
+++ trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch	2007-04-02 12:56:04 UTC (rev 1621)
@@ -7,7 +7,7 @@
 Index: u-boot/Makefile
 ===================================================================
 --- u-boot.orig/Makefile	2007-03-29 21:46:26.000000000 +0200
-+++ u-boot/Makefile	2007-04-01 13:44:16.000000000 +0200
++++ u-boot/Makefile	2007-04-02 14:42:27.000000000 +0200
 @@ -1977,6 +1977,14 @@
  sbc2410x_config: unconfig
  	@$(MKCONFIG) $(@:_config=) arm arm920t sbc2410x NULL s3c24x0
@@ -26,7 +26,7 @@
 Index: u-boot/board/neo1973/Makefile
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/neo1973/Makefile	2007-04-01 13:44:18.000000000 +0200
++++ u-boot/board/neo1973/Makefile	2007-04-02 14:42:31.000000000 +0200
 @@ -0,0 +1,47 @@
 +#
 +# (C) Copyright 2000, 2001, 2002
@@ -117,7 +117,7 @@
 Index: u-boot/board/neo1973/neo1973.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/neo1973/neo1973.c	2007-04-01 13:44:20.000000000 +0200
++++ u-boot/board/neo1973/neo1973.c	2007-04-02 14:51:14.000000000 +0200
 @@ -0,0 +1,362 @@
 +/*
 + * (C) 2006 by OpenMoko, Inc.
@@ -306,7 +306,7 @@
 +	gpio->GPACON = 0x0005E0FFF;
 +	gpio->GPADAT |= (1 << 16);	/* Set GPA16 to high (nNAND_WP) */
 +
-+	gpio->GPBCON = 0x00045496;
++	gpio->GPBCON = 0x00045456;
 +	gpio->GPBUP = 0x000007FF;
 +
 +	gpio->GPCCON = 0xAAAA12A9;
@@ -741,7 +741,7 @@
 Index: u-boot/include/configs/neo1973.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/include/configs/neo1973.h	2007-04-01 13:44:20.000000000 +0200
++++ u-boot/include/configs/neo1973.h	2007-04-02 14:42:34.000000000 +0200
 @@ -0,0 +1,265 @@
 +/*
 + * (C) Copyright 2006 OpenMoko, Inc.
@@ -1070,7 +1070,7 @@
 Index: u-boot/board/neo1973/cmd_neo1973.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/neo1973/cmd_neo1973.c	2007-04-01 13:44:18.000000000 +0200
++++ u-boot/board/neo1973/cmd_neo1973.c	2007-04-02 14:42:31.000000000 +0200
 @@ -0,0 +1,120 @@
 +/*
 + * (C) Copyright 2006 by OpenMoko, Inc.
@@ -1195,7 +1195,7 @@
 Index: u-boot/board/neo1973/neo1973.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/neo1973/neo1973.h	2007-04-01 13:44:17.000000000 +0200
++++ u-boot/board/neo1973/neo1973.h	2007-04-02 14:42:29.000000000 +0200
 @@ -0,0 +1,18 @@
 +#ifndef _NEO1973_H
 +#define _NEO1973_H
@@ -1323,7 +1323,7 @@
 Index: u-boot/common/main.c
 ===================================================================
 --- u-boot.orig/common/main.c	2007-03-29 21:46:19.000000000 +0200
-+++ u-boot/common/main.c	2007-04-01 13:44:17.000000000 +0200
++++ u-boot/common/main.c	2007-04-02 14:42:29.000000000 +0200
 @@ -61,6 +61,7 @@
  #undef DEBUG_PARSER
  
@@ -1773,7 +1773,7 @@
 Index: u-boot/drivers/Makefile
 ===================================================================
 --- u-boot.orig/drivers/Makefile	2007-03-29 21:46:26.000000000 +0200
-+++ u-boot/drivers/Makefile	2007-04-01 13:44:18.000000000 +0200
++++ u-boot/drivers/Makefile	2007-04-02 14:42:31.000000000 +0200
 @@ -49,6 +49,7 @@
  	  usbdcore.o usbdcore_ep0.o usbdcore_omap1510.o usbtty.o \
  	  videomodes.o w83c553f.o \





More information about the commitlog mailing list