]> Git Repo - J-u-boot.git/commit
video: Add support for the ANX9804 parallel lcd to dp bridge chip
authorHans de Goede <[email protected]>
Sat, 8 Aug 2015 14:03:29 +0000 (16:03 +0200)
committerHans de Goede <[email protected]>
Fri, 14 Aug 2015 06:37:39 +0000 (08:37 +0200)
commit66525bb73235464e02bac99d8f01c88a5bf97d14
treec57725c50a0e95bde28833dac477cb5e8f382c8d
parentfb685d3310a68d9f32f6ae8f328e63156c47ef09
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 <[email protected]>
Acked-by: Anatolij Gustschin <[email protected]>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/anx9804.c [new file with mode: 0755]
drivers/video/anx9804.h [new file with mode: 0644]
This page took 0.032445 seconds and 4 git commands to generate.