OMAP: UART: drop OMAP_TAG_UART, enable all UARTs, auto-disabled on idle
[safe/jmp/linux-2.6] / arch / arm / mach-omap1 / board-perseus2.c
index 3b9f907..8340669 100644 (file)
@@ -208,16 +208,11 @@ static int nand_dev_ready(struct omap_nand_platform_data *data)
        return gpio_get_value(P2_NAND_RB_GPIO_PIN);
 }
 
-static struct omap_uart_config perseus2_uart_config __initdata = {
-       .enabled_uarts = ((1 << 0) | (1 << 1)),
-};
-
 static struct omap_lcd_config perseus2_lcd_config __initdata = {
        .ctrl_name      = "internal",
 };
 
 static struct omap_board_config_kernel perseus2_config[] __initdata = {
-       { OMAP_TAG_UART,        &perseus2_uart_config },
        { OMAP_TAG_LCD,         &perseus2_lcd_config },
 };