]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: add TDO tl070wsh30 panel driver
authorNeil Armstrong <narmstrong@baylibre.com>
Tue, 29 Sep 2020 09:53:53 +0000 (11:53 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 11 Jan 2021 13:59:54 +0000 (14:59 +0100)
commitc823f2438cc9ad4ed0fd8fb8088b86d1813ed98c
tree5e4ca1214077d2d8e5d8f9eed9e6d9450ec3b2b2
parent807b0f0851e6c263e56dba992f6ba98d336d9f48
video: add TDO tl070wsh30 panel driver

This adds support for the TDO TL070WSH30 TFT-LCD panel module.
The panel has a 1024×600 resolution and uses 24 bit RGB per pixel.
It provides a MIPI DSI interface to the host, a built-in LED backlight
and touch controller.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/tdo-tl070wsh30.c [new file with mode: 0644]