summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 3299c0f73f9..a90f9f2b1c6 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -1233,7 +1233,7 @@ static void __init mop500_init_machine(void)
mop500_spi_init(parent);
mop500_uart_init(parent);
#ifdef CONFIG_STM_MSP_SPI
- mop500_msp_init();
+ mop500_msp_init(parent);
#endif
#if defined(CONFIG_CW1200) || defined(CONFIG_CW1200_MODULE)
mop500_wlan_init();
@@ -1287,7 +1287,7 @@ static void __init snowball_init_machine(void)
mop500_spi_init(parent);
mop500_uart_init(parent);
#ifdef CONFIG_STM_MSP_SPI
- mop500_msp_init();
+ mop500_msp_init(parent);
#endif
#if defined(CONFIG_CW1200) || defined(CONFIG_CW1200_MODULE)
mop500_wlan_init();
@@ -1364,7 +1364,7 @@ static void __init hrefv60_init_machine(void)
mop500_spi_init(parent);
mop500_uart_init(parent);
#ifdef CONFIG_STM_MSP_SPI
- mop500_msp_init();
+ mop500_msp_init(parent);
#endif
#if defined(CONFIG_CW1200) || defined(CONFIG_CW1200_MODULE)
mop500_wlan_init();