From: Tony L. <to...@at...> - 2008-11-14 21:50:45
|
* hva...@ti... <hva...@ti...> [081113 22:33]: > From: Vaibhav Hiremath <hva...@ti...> > > 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 |