]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap1/board-perseus2.c
[PATCH] ARM: OMAP: FB support for OMAP2
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap1 / board-perseus2.c
index 43021aa628be50149b4dbf91d8e63754b91a6de6..1670146568dde32a325fbe9e03a50c01d5967876 100644 (file)
@@ -114,8 +114,14 @@ static struct omap_uart_config perseus2_uart_config __initdata = {
        .enabled_uarts = ((1 << 0) | (1 << 1)),
 };
 
+static struct omap_lcd_config perseus2_lcd_config __initdata = {
+       .panel_name     = "p2",
+       .ctrl_name      = "internal",
+};
+
 static struct omap_board_config_kernel perseus2_config[] = {
        { OMAP_TAG_UART,        &perseus2_uart_config },
+       { OMAP_TAG_LCD,         &perseus2_lcd_config },
 };
 
 static void __init omap_perseus2_init(void)