[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.0-72-g1d49681
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-10-08 10:34:04
|
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 1d49681bf7a89cfff62139808d1a10b01360069d (commit)
from 095aac27d5b3fd0baeb0eee052659339627dcfb2 (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 1d49681bf7a89cfff62139808d1a10b01360069d
Author: Eric Jarrige <eri...@ar...>
Date: Mon Oct 8 12:36:45 2012 +0200
[LINUX] apf28: fix SD/MMC reliability and capalities
-----------------------------------------------------------------------
Summary of changes:
...1-armadeus-add_apf28dev_baseboard_support.patch | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/patches/linux/2.6.35/451-armadeus-add_apf28dev_baseboard_support.patch b/patches/linux/2.6.35/451-armadeus-add_apf28dev_baseboard_support.patch
index 3083e19..8144466 100644
--- a/patches/linux/2.6.35/451-armadeus-add_apf28dev_baseboard_support.patch
+++ b/patches/linux/2.6.35/451-armadeus-add_apf28dev_baseboard_support.patch
@@ -354,7 +354,7 @@ Index: linux-2.6.35.3/arch/arm/mach-mx28/apf28dev.c
+ .name = "SSP0_SCK",
+ .id = PINID_SSP0_SCK,
+ .fun = PIN_FUN1,
-+ .strength = PAD_8MA,
++ .strength = PAD_12MA,
+ .voltage = PAD_3_3V,
+ .pullup = 0,
+ .drive = 1,
@@ -1031,7 +1031,7 @@ Index: linux-2.6.35.3/arch/arm/mach-mx28/apf28dev.c
+static struct mxs_mmc_platform_data mmc0_data = {
+ .cmd_pullup = mxs_mmc_cmd_pullup_ssp0,
+ .setclock = mxs_mmc_setclock_ssp0,
-+ .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA
++ .caps = MMC_CAP_4_BIT_DATA
+ | MMC_CAP_DATA_DDR,
+ .min_clk = 400000,
+ .max_clk = 48000000,
hooks/post-receive
--
armadeus
|