From 81082f5eb6a5a70319bce00fc19f0bce4abf330b Mon Sep 17 00:00:00 2001 From: Christophe Guibout Date: Fri, 30 Sep 2011 16:42:02 +0200 Subject: u9500: fix HSI configuration to match with M7400 HSI paramters need to be updated to fit with M7400 HSI config. ST-Ericsson ID: 364664 ST-Ericsson FOSS-OUT ID: Trivial ST-Ericsson Linux next: NA Change-Id: I06f7d62fb82212b8b864a8b90bc00b328af215b7 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32766 Reviewed-by: Christophe GUIBOUT Tested-by: Christophe GUIBOUT Reviewed-by: QABUILD Reviewed-by: Jonas ABERG --- arch/arm/mach-ux500/board-mop500.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 876199f2407..6d11e0690a8 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c @@ -793,14 +793,14 @@ static struct hsi_board_info __initdata u8500_hsi_devices[] = { .hsi_id = 0, .port = 0, .tx_cfg = { - .mode = HSI_MODE_STREAM, - .channels = 2, - .speed = 100000, + .mode = HSI_MODE_FRAME, + .channels = 1, + .speed = 200000, {.arb_mode = HSI_ARB_RR}, }, .rx_cfg = { - .mode = HSI_MODE_STREAM, - .channels = 2, + .mode = HSI_MODE_FRAME, + .channels = 1, .speed = 200000, {.flow = HSI_FLOW_SYNC}, }, -- cgit v1.2.3