diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-scb9328.c')
-rw-r--r-- | arch/arm/mach-imx/mach-scb9328.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-scb9328.c b/arch/arm/mach-imx/mach-scb9328.c index b77386573502..db2d60470e15 100644 --- a/arch/arm/mach-imx/mach-scb9328.c +++ b/arch/arm/mach-imx/mach-scb9328.c | |||
@@ -115,6 +115,8 @@ static struct platform_device *devices[] __initdata = { | |||
115 | */ | 115 | */ |
116 | static void __init scb9328_init(void) | 116 | static void __init scb9328_init(void) |
117 | { | 117 | { |
118 | imx1_soc_init(); | ||
119 | |||
118 | mxc_gpio_setup_multiple_pins(mxc_uart1_pins, | 120 | mxc_gpio_setup_multiple_pins(mxc_uart1_pins, |
119 | ARRAY_SIZE(mxc_uart1_pins), "UART1"); | 121 | ARRAY_SIZE(mxc_uart1_pins), "UART1"); |
120 | 122 | ||