* hvaibhav@xxxxxx <hvaibhav@xxxxxx> [081113 22:33]: > From: Vaibhav Hiremath <hvaibhav@xxxxxx> > > Tested LCD, TV, DVI (480P) out on OMAP3EVM board. > > Please make sure that you change the option > CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=7 and apply the > Mans Rullgard clock patches to support set_rate and round_rate API. > > --- a/arch/arm/mach-omap2/board-omap3evm.c > +++ b/arch/arm/mach-omap2/board-omap3evm.c > @@ -227,11 +430,13 @@ static void __init omap3_evm_init_irq(void) > > static struct omap_board_config_kernel omap3_evm_config[] __initdata = { > { OMAP_TAG_UART, &omap3_evm_uart_config }, > - { OMAP_TAG_LCD, &omap3_evm_lcd_config }, > + { OMAP_TAG_FBMEM, &evm_fbmem0_config }, > + { OMAP_TAG_FBMEM, &evm_fbmem1_config }, > + { OMAP_TAG_FBMEM, &evm_fbmem2_config }, > }; > Guys, please update your patches to remove the OMAP_TAG_FBMEM stuff and rely on just platform_data. All the OMAP_TAGs will be disappearing real soon now. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html