diff options
Diffstat (limited to 'arch/arm/mach-pxa/hx4700.c')
-rw-r--r-- | arch/arm/mach-pxa/hx4700.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c index 83bd3c6e3884..6b3c90ed5f28 100644 --- a/arch/arm/mach-pxa/hx4700.c +++ b/arch/arm/mach-pxa/hx4700.c | |||
@@ -849,6 +849,10 @@ static void __init hx4700_init(void) | |||
849 | pxa2xx_mfp_config(ARRAY_AND_SIZE(hx4700_pin_config)); | 849 | pxa2xx_mfp_config(ARRAY_AND_SIZE(hx4700_pin_config)); |
850 | hx4700_gpio_request(ARRAY_AND_SIZE(global_gpios)); | 850 | hx4700_gpio_request(ARRAY_AND_SIZE(global_gpios)); |
851 | 851 | ||
852 | pxa_set_ffuart_info(NULL); | ||
853 | pxa_set_btuart_info(NULL); | ||
854 | pxa_set_stuart_info(NULL); | ||
855 | |||
852 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 856 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
853 | 857 | ||
854 | pxa_set_ficp_info(&ficp_info); | 858 | pxa_set_ficp_info(&ficp_info); |