[U-Boot] [PATCH 3/8] video: Add support for SSD2828 (parallel LCD to MIPI bridge)
Anatolij Gustschin
agust at denx.de
Sat Jan 10 01:01:43 CET 2015
On Fri, 9 Jan 2015 12:01:11 +0200
Siarhei Siamashka <siarhei.siamashka at gmail.com> wrote:
> SSD2828 can take pixel data coming from a parallel LCD interface
> and translate it on the flight into MIPI DSI interface for
> driving a MIPI compatible TFT display. SSD2828 is configured
> over SPI interface, which may or may not have MISO pin wired
> up on some hardware. So a write-only SPI mode also has to be
> supported.
>
> The SSD2828 support code is implemented as a utility function
> and needs to be called from real display drivers, which are
> responsible for driving parallel LCD hardware in front of the
> video pipeline. The usage instructions are provided as comments
> in the header file.
>
> Signed-off-by: Siarhei Siamashka <siarhei.siamashka at gmail.com>
Acked-by: Anatolij Gustschin <agust at denx.de>
More information about the U-Boot
mailing list