[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-352-gff39fcb
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-06-08 07:01:43
|
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 ff39fcb4d6d3762a42bfd1fb3e347ff6f89146db (commit)
from 1a2a3a9326f1a09863bac2f6e4a67ae2337d228d (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 ff39fcb4d6d3762a42bfd1fb3e347ff6f89146db
Author: Eric Jarrige <eri...@ar...>
Date: Fri Jun 8 09:02:23 2012 +0200
[LINUX] apf28: set GPMI_RDn/GPMI_WRn drive strengh according to reference manual
-----------------------------------------------------------------------
Summary of changes:
.../450-armadeus-add_apf28_module_support.patch | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/patches/linux/2.6.35/450-armadeus-add_apf28_module_support.patch b/patches/linux/2.6.35/450-armadeus-add_apf28_module_support.patch
index e9ac7ca..61dbc14 100644
--- a/patches/linux/2.6.35/450-armadeus-add_apf28_module_support.patch
+++ b/patches/linux/2.6.35/450-armadeus-add_apf28_module_support.patch
@@ -192,7 +192,7 @@ Index: linux-2.6.35.3/arch/arm/mach-mx28/mach-apf28.c
+ .name = "GPMI RD-",
+ .id = PINID_GPMI_RDN,
+ .fun = PIN_FUN1,
-+ .strength = PAD_4MA,
++ .strength = PAD_8MA,
+ .voltage = PAD_3_3V,
+ .pullup = 0,
+ .drive = !0
@@ -201,7 +201,7 @@ Index: linux-2.6.35.3/arch/arm/mach-mx28/mach-apf28.c
+ .name = "GPMI WR-",
+ .id = PINID_GPMI_WRN,
+ .fun = PIN_FUN1,
-+ .strength = PAD_4MA,
++ .strength = PAD_8MA,
+ .voltage = PAD_3_3V,
+ .pullup = 0,
+ .drive = !0
hooks/post-receive
--
armadeus
|