
27 Oct
2017
27 Oct
'17
11:59 a.m.
On Thu, 26 Oct 2017 18:29:39 +0200 Anatolij Gustschin agust@denx.de wrote:
From: Vasily Khoruzhick anarsoul@gmail.com
This is a eDP bridge similar to ANX9804, it allows to connect eDP panels to the chips that can output only parallel signal
Signed-off-by: Vasily Khoruzhick anarsoul@gmail.com Signed-off-by: Anatolij Gustschin agust@denx.de
v3: - fixed checkpatch errors/warnings v2: - no changes
drivers/video/bridge/Kconfig | 8 + drivers/video/bridge/Makefile | 1 + drivers/video/bridge/anx6345.c | 426 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 435 insertions(+) create mode 100644 drivers/video/bridge/anx6345.c
Applied to u-boot-video/master, thanks!
-- Anatolij