[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-440-g1fdbf21
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-07-10 17:07:16
|
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 1fdbf211cfe46717457052e4742b61e7b69ba8d0 (commit)
from 06cedea95a036376b111a4a7c5e3e5be5d238024 (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 1fdbf211cfe46717457052e4742b61e7b69ba8d0
Author: Eric Jarrige <eri...@ar...>
Date: Tue Jul 10 19:09:50 2012 +0200
[LINUX] apf28: update i2c buses to use chipset internal pad keeper
-----------------------------------------------------------------------
Summary of changes:
...1-armadeus-add_apf28dev_baseboard_support.patch | 35 +++++++++++++++++--
1 files changed, 31 insertions(+), 4 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 aa81eea..b3e3b75 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
@@ -45,7 +45,7 @@ Index: linux-2.6.35.3/arch/arm/mach-mx28/apf28dev.c
===================================================================
--- /dev/null
+++ linux-2.6.35.3/arch/arm/mach-mx28/apf28dev.c
-@@ -0,0 +1,871 @@
+@@ -0,0 +1,898 @@
+/*
+ * Copyright (C) 2012 Armadeus systems
+ *
@@ -512,23 +512,51 @@ Index: linux-2.6.35.3/arch/arm/mach-mx28/apf28dev.c
+#endif
+#if defined(CONFIG_I2C_MXS) || \
+ defined(CONFIG_I2C_MXS_MODULE)
++#if defined(CONFIG_I2C_MXS_SELECT0)
+ {
+ .name = "I2C0_SCL",
+ .id = PINID_I2C0_SCL,
+ .fun = PIN_FUN1,
-+ .strength = PAD_4MA,
++ .strength = PAD_8MA,
+ .voltage = PAD_3_3V,
+ .drive = 1,
++ .pullup = 0,
++ .pull = 1,
+ },
+ {
+ .name = "I2C0_SDA",
+ .id = PINID_I2C0_SDA,
+ .fun = PIN_FUN1,
-+ .strength = PAD_4MA,
++ .strength = PAD_8MA,
+ .voltage = PAD_3_3V,
+ .drive = 1,
++ .pullup = 0,
++ .pull = 1,
+ },
+#endif
++#if defined(CONFIG_I2C_MXS_SELECT1)
++ {
++ .name = "I2C1_SCL",
++ .id = PINID_AUART2_CTS,
++ .fun = PIN_FUN2,
++ .strength = PAD_8MA,
++ .voltage = PAD_3_3V,
++ .drive = 1,
++ .pullup = 0,
++ .pull = 1,
++ },
++ {
++ .name = "I2C1_SDA",
++ .id = PINID_AUART2_RTS,
++ .fun = PIN_FUN2,
++ .strength = PAD_8MA,
++ .voltage = PAD_3_3V,
++ .drive = 1,
++ .pullup = 0,
++ .pull = 1,
++ },
++#endif
++#endif
+#if defined(CONFIG_SND_MXS_SOC_DAI) || defined(CONFIG_SND_MXS_SOC_DAI_MODULE)
+ /* Configurations of SAIF0 port pins */
+ {
@@ -916,7 +944,6 @@ Index: linux-2.6.35.3/arch/arm/mach-mx28/apf28dev.c
+#endif /* defined(CONFIG_SPI_MXS) || defined(CONFIG_SPI_MXS_MODULE) */
+}
+
-+
Index: linux-2.6.35.3/drivers/video/mxs/Kconfig
===================================================================
--- linux-2.6.35.3.orig/drivers/video/mxs/Kconfig
hooks/post-receive
--
armadeus
|