]> git.ipfire.org Git - people/ms/u-boot.git/commit
sunxi: video: add LCD support to DE2 driver
authorVasily Khoruzhick <anarsoul@gmail.com>
Fri, 27 Oct 2017 04:51:52 +0000 (21:51 -0700)
committerAnatolij Gustschin <agust@denx.de>
Fri, 27 Oct 2017 07:44:48 +0000 (09:44 +0200)
commit1d7eef3f3fbd82796a4ced3adda0a9041393141d
tree74a4b10680ee25fc8851778707eaac76758ced6f
parent79f285ddebea204eedefb4cb4bfe4a2710138fa3
sunxi: video: add LCD support to DE2 driver

Extend DE2 driver with LCD support. Tested on Pinebook which is based
on A64 and has ANX6345 eDP bridge with eDP panel connected to it.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
[agust: rebased v5 on u-boot-video/master]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
arch/arm/mach-sunxi/Kconfig
drivers/video/sunxi/Makefile
drivers/video/sunxi/sunxi_de2.c
drivers/video/sunxi/sunxi_lcd.c [new file with mode: 0644]