Re: [U-Boot] [PATCH] Add AVR32 LCD support

2009-06-13 Thread Jean-Christophe PLAGNIOL-VILLARD
> diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c > index 3a51cc7..14f578e 100644 > --- a/drivers/video/atmel_lcdfb.c > +++ b/drivers/video/atmel_lcdfb.c > @@ -42,6 +42,7 @@ short console_row; > /* configurable parameters */ > #define ATMEL_LCDC_CVAL_DEFAULT 0x

[U-Boot] [PATCH] Add AVR32 LCD support

2009-06-04 Thread Mark Jackson
This patch adds support for the AVR32 LCD controller. This patch is based off the latest Denx master (not the current AVR32 git). A quick summary of what's going on:- Enable LCDC pixel clock Enable LCDC port pins Correctly specify LCDC guard time Add framebuffer pointer to global_data struct All