[ARM] pxa: allow platforms to control which uarts are registered
[deliverable/linux.git] / arch / arm / mach-pxa / spitz.c
index 3da45d05174398d0b2767f5efc0ab8efa0d6691d..bbd7a855ae2dbdc837b6c2bed763172b4a8207d0 100644 (file)
@@ -768,6 +768,10 @@ static void __init common_init(void)
 
        pxa2xx_mfp_config(ARRAY_AND_SIZE(spitz_pin_config));
 
+       pxa_set_ffuart_info(NULL);
+       pxa_set_btuart_info(NULL);
+       pxa_set_stuart_info(NULL);
+
        spitz_init_spi();
 
        platform_add_devices(devices, ARRAY_SIZE(devices));
This page took 0.029314 seconds and 5 git commands to generate.