[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-7-g84320e3
Brought to you by:
sszy
|
From: Nicolas <th...@us...> - 2010-08-09 12:32:03
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 84320e398fbaad78a9f870662d521fbaff67810c (commit)
from e3e86892b4cad49d358b0a9541368dca3f3a53b3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 84320e398fbaad78a9f870662d521fbaff67810c
Author: Nicolas Colombain <sal...@ar...-office>
Date: Mon Aug 9 14:31:17 2010 +0200
fix bug #83 (APF27 USB OTG PHY not recognized after Linux reboot)
-----------------------------------------------------------------------
Summary of changes:
.../2.6.29/281-apf27-armadeus-add_apf27.c.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
index d47bea5..5d60fd7 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
@@ -357,7 +357,7 @@ Index: linux-2.6.29.6/arch/arm/mach-mx2/apf27.c
+ temp |= 0x02;
+ writel(temp, IO_ADDRESS(OTG_BASE_ADDR) + UOG_USBCMD);
+ pr_debug("reset controller: 0x%08x\n", temp);
-+ mdelay(50);
++ mdelay(10);
+}
+
+static int otg_mode_host = 1;
hooks/post-receive
--
armadeus
|