]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: atmel/lcd: add LCD driver for new Atmel SoC
authorBo Shen <voice.shen@atmel.com>
Fri, 25 May 2012 00:59:58 +0000 (00:59 +0000)
committerAnatolij Gustschin <agust@denx.de>
Tue, 5 Jun 2012 09:19:02 +0000 (11:19 +0200)
commitf6b690e65c0aa5f3da22546ac597d9f01cff2e4e
tree3d0fde5fea696ef9c982124a255d7479fdc78e29
parentbfd4be803bbb7d122c2e3aaf6eaf987efa8d69da
video: atmel/lcd: add LCD driver for new Atmel SoC

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 Shen <voice.shen@atmel.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
drivers/video/Makefile
drivers/video/atmel_hlcdfb.c [new file with mode: 0644]
include/atmel_hlcdc.h [new file with mode: 0644]
include/lcd.h