r2848 - trunk/src/target/u-boot/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Wed Aug 29 10:12:24 CEST 2007


Author: laforge
Date: 2007-08-29 10:12:21 +0200 (Wed, 29 Aug 2007)
New Revision: 2848

Modified:
   trunk/src/target/u-boot/patches/uboot-gta02.patch
Log:
* reset glamo3362 on GTA02v2, too


Modified: trunk/src/target/u-boot/patches/uboot-gta02.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-gta02.patch	2007-08-29 06:37:42 UTC (rev 2847)
+++ trunk/src/target/u-boot/patches/uboot-gta02.patch	2007-08-29 08:12:21 UTC (rev 2848)
@@ -91,7 +91,7 @@
 ===================================================================
 --- /dev/null
 +++ u-boot/board/neo1973/gta02/gta02.c
-@@ -0,0 +1,387 @@
+@@ -0,0 +1,391 @@
 +/*
 + * (C) 2006-2007 by OpenMoko, Inc.
 + * Author: Harald Welte <laforge at openmoko.org>
@@ -281,6 +281,10 @@
 +	udelay(50*1000);
 +	pcf50633_reg_write(PCF50633_REG_DOWN2ENA, 0x2);
 +	gpio->GPJDAT |= 0x000000001;
++#elif defined(CONFIG_ARCH_GTA02_v2)
++	gpio->GPJDAT &= ~(1 << 5);
++	udelay(50*1000);
++	gpio->GPJDAT |= (1 << 5);
 +#endif
 +
 +#if 0





More information about the commitlog mailing list