summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChristophe Guibout <christophe.guibout@stericsson.com>2011-09-30 16:42:02 +0200
committerJonas ABERG <jonas.aberg@stericsson.com>2011-10-11 18:12:16 +0200
commit87427b3c02f21becae8afe9c67ea5ad9cd072687 (patch)
tree131a36379782743741e5d13c795598643cb3c5ed /arch
parentf775a720f4af3a83bf62cc418ad6db10ee28b315 (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>
Diffstat (limited to 'arch')
-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 f2e5df78078..1df8799bc24 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -743,14 +743,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},
},