
Hi Anatolij,
On 5/25/2012 18:59, Anatolij Gustschin wrote:
From: Bo Shenvoice.shen@atmel.com
The new Atmel SoC (at91sam9x5 series and at91sam9n12) add a totally different LCD controller. Add this new driver to support it.
Using CONFIG_ATMEL_HLCD (distinguish with CONFIG_ATMEL_LCD) to enable this in board configuration file.
Signed-off-by: Bo Shenvoice.shen@atmel.com Signed-off-by: Anatolij Gustschinagust@denx.de
Changes since v2:
- rebase on current tree
- convert to use struct for register offsets
- fix indentation in header file
- slightly revise commit log
drivers/video/Makefile | 1 + drivers/video/atmel_hlcdfb.c | 211 ++++++++++++++++++++++++++++++++++++++ include/atmel_hlcdc.h | 231 ++++++++++++++++++++++++++++++++++++++++++ include/lcd.h | 3 +- 4 files changed, 445 insertions(+), 1 deletions(-) create mode 100644 drivers/video/atmel_hlcdfb.c create mode 100644 include/atmel_hlcdc.h
Verified on Atmel SoC. It works well. Thanks
Best Regards, Bo Shen