[ARM] pxa: allow platforms to control which uarts are registered
[deliverable/linux.git] / arch / arm / mach-pxa / hx4700.c
index 83bd3c6e3884594c2beac41e777220080865339c..6b3c90ed5f2899ed0fe6e65fa3101f68b0db988c 100644 (file)
@@ -849,6 +849,10 @@ static void __init hx4700_init(void)
        pxa2xx_mfp_config(ARRAY_AND_SIZE(hx4700_pin_config));
        hx4700_gpio_request(ARRAY_AND_SIZE(global_gpios));
 
+       pxa_set_ffuart_info(NULL);
+       pxa_set_btuart_info(NULL);
+       pxa_set_stuart_info(NULL);
+
        platform_add_devices(devices, ARRAY_SIZE(devices));
 
        pxa_set_ficp_info(&ficp_info);
This page took 0.023559 seconds and 5 git commands to generate.