summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-u5500.c
diff options
context:
space:
mode:
authorVirupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>2011-06-01 14:12:15 +0530
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:15:34 +0200
commit7a2232ce7d4ef78c4e1e8200054c87406b9b1cb7 (patch)
treeaa381b2dea401c6b21cdcf3ab1aef2f7e8a56e3c /arch/arm/mach-ux500/board-u5500.c
parente727d0bf3262328711d6ba2317e274bcef1431ea (diff)
board-u5500: Increase the RX FIFO threshold
Increase rx fifo threshold to redunce the number of rx fifo nearly full interrupts. ST-Ericsson ID: ER342604 Change-Id: Id711ca213e4894a611e415557e5c11e90fae2ad4 Signed-off-by: Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/24294 Reviewed-by: QATEST Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-u5500.c')
-rw-r--r--arch/arm/mach-ux500/board-u5500.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/board-u5500.c b/arch/arm/mach-ux500/board-u5500.c
index cb2eedd7baa..db9c45d5d47 100644
--- a/arch/arm/mach-ux500/board-u5500.c
+++ b/arch/arm/mach-ux500/board-u5500.c
@@ -152,9 +152,9 @@ static struct nmk_i2c_controller u5500_i2c##id##_data = { \
* mode of operation
*/
-U5500_I2C_CONTROLLER(1, 0xe, 1, 1, 400000, 200, I2C_FREQ_MODE_FAST);
-U5500_I2C_CONTROLLER(2, 0xe, 1, 1, 400000, 200, I2C_FREQ_MODE_FAST);
-U5500_I2C_CONTROLLER(3, 0xe, 1, 1, 400000, 200, I2C_FREQ_MODE_FAST);
+U5500_I2C_CONTROLLER(1, 0xe, 1, 10, 400000, 200, I2C_FREQ_MODE_FAST);
+U5500_I2C_CONTROLLER(2, 0xe, 1, 10, 400000, 200, I2C_FREQ_MODE_FAST);
+U5500_I2C_CONTROLLER(3, 0xe, 1, 10, 400000, 200, I2C_FREQ_MODE_FAST);
static struct i2c_board_info __initdata u5500_i2c1_devices[] = {
{