summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>2011-12-07 16:08:59 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:02:38 +0200
commitde36655da4a58610c80cc4da05e850564ebb60cf (patch)
tree31aa8aef3ae06b1a3c0f3392c68fd7e636797b12
parentd6aab35148671b30866b978b19a4e958bb918bdd (diff)
board-u5500-pins: Enable LOWEMI I2C pins
LOWEMI enabling fixes the overshoot. As it does not affect the behaviour, enable it for all the i2c pins. ST-Ericsson ID: 401732 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: Trivial Change-Id: Ifcf8b824e76ed235f833b49d78ba5ebd57752e3a Signed-off-by: Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/41366 Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com> Reviewed-by: QABUILD
-rw-r--r--arch/arm/mach-ux500/board-u5500-pins.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-ux500/board-u5500-pins.c b/arch/arm/mach-ux500/board-u5500-pins.c
index 108f94eaf44..f134dab5d64 100644
--- a/arch/arm/mach-ux500/board-u5500-pins.c
+++ b/arch/arm/mach-ux500/board-u5500-pins.c
@@ -163,13 +163,13 @@ static UX500_PINS(db5500_pins_sdi3,
);
static UX500_PINS(u5500_pins_i2c1,
- GPIO3_I2C1_SCL | PIN_INPUT_NOPULL,
- GPIO4_I2C1_SDA | PIN_INPUT_NOPULL,
+ GPIO3_I2C1_SCL | PIN_INPUT_NOPULL | PIN_LOWEMI_ENABLED,
+ GPIO4_I2C1_SDA | PIN_INPUT_NOPULL | PIN_LOWEMI_ENABLED,
);
static UX500_PINS(u5500_pins_i2c2,
- GPIO218_I2C2_SCL | PIN_INPUT_NOPULL,
- GPIO219_I2C2_SDA | PIN_INPUT_NOPULL,
+ GPIO218_I2C2_SCL | PIN_INPUT_NOPULL | PIN_LOWEMI_ENABLED,
+ GPIO219_I2C2_SDA | PIN_INPUT_NOPULL | PIN_LOWEMI_ENABLED,
);
static UX500_PINS(u5500_pins_i2c3,