summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Guibout <christophe.guibout@stericsson.com>2011-09-30 16:42:02 +0200
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-27 16:08:39 +0200
commit81082f5eb6a5a70319bce00fc19f0bce4abf330b (patch)
tree8ca17dddf5b2115c8bac70ef714b4ec3a2c7595a
parentc066cf69064512bcbce7408d27909636d5f9434e (diff)
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 <christophe.guibout@stericsson.com> Tested-by: Christophe GUIBOUT <christophe.guibout@stericsson.com> Reviewed-by: QABUILD Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/board-mop500.c10
1 files 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},
},