diff options
Diffstat (limited to 'arch/arm/mach-pxa/imote2.c')
-rw-r--r-- | arch/arm/mach-pxa/imote2.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/imote2.c b/arch/arm/mach-pxa/imote2.c index 2a4945db31c5..5b0862df61ab 100644 --- a/arch/arm/mach-pxa/imote2.c +++ b/arch/arm/mach-pxa/imote2.c | |||
@@ -554,8 +554,12 @@ static struct i2c_pxa_platform_data i2c_pdata = { | |||
554 | 554 | ||
555 | static void __init imote2_init(void) | 555 | static void __init imote2_init(void) |
556 | { | 556 | { |
557 | |||
558 | pxa2xx_mfp_config(ARRAY_AND_SIZE(imote2_pin_config)); | 557 | pxa2xx_mfp_config(ARRAY_AND_SIZE(imote2_pin_config)); |
558 | |||
559 | pxa_set_ffuart_info(NULL); | ||
560 | pxa_set_btuart_info(NULL); | ||
561 | pxa_set_stuart_info(NULL); | ||
562 | |||
559 | /* SPI chip select directions - all other directions should | 563 | /* SPI chip select directions - all other directions should |
560 | * be handled by drivers.*/ | 564 | * be handled by drivers.*/ |
561 | gpio_direction_output(37, 0); | 565 | gpio_direction_output(37, 0); |