]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: Add support for the ANX9804 parallel lcd to dp bridge chip
authorHans de Goede <hdegoede@redhat.com>
Sat, 8 Aug 2015 14:03:29 +0000 (16:03 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:19 +0000 (10:23 +0200)
commitb82142b61eefd76b14cc645075a5278c773f3329
tree097ac1b2fbaff5a82883a1f783c41cba26578d3f
parent9c8438ffa754e76cf9ce9aca34a017baecc3a784
video: Add support for the ANX9804 parallel lcd to dp bridge chip

Add support for the ANX9804 bridge chip, which can take pixel data coming
from a parallel LCD interface and translate it on the fly into a DP
interface for driving eDP TFT displays. It uses I2C for configuration.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Anatolij Gustschin <agust@denx.de>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/anx9804.c [new file with mode: 0755]
drivers/video/anx9804.h [new file with mode: 0644]