aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500
diff options
context:
space:
mode:
authorVirupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>2011-06-01 14:12:15 +0530
committersaid m bagheri <ebgheri@steludxu2848.(none)>2011-06-17 13:42:09 +0200
commit15060da2bf5aa38789786b02aef28ccc935311a2 (patch)
tree88782ab1b393e3eed6ea27edc97e78f2fadc96c1 /arch/arm/mach-ux500
parent55fa70aa04515f3e9fe5f6ee16bb356b99b98f97 (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')
-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[] = {
{