]> git.ipfire.org Git - thirdparty/u-boot.git/commit - MAINTAINERS
video: seps525: Add seps525 SPI driver
authorMichal Simek <michal.simek@xilinx.com>
Thu, 3 Dec 2020 08:31:35 +0000 (09:31 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 5 Jan 2021 10:54:53 +0000 (11:54 +0100)
commitb66d7af41f333f3fc960a18714d25474c512bcaa
tree2be3a67b0e3e16bf8ee0f96180919b38b8b11928
parent1ac1a04b9ed809e8f9510f6ec6b4d4b9139984c0
video: seps525: Add seps525 SPI driver

Add support for the WiseChip Semiconductor Inc. (UG-6028GDEBF02) display
using the SEPS525 (Syncoam) LCD Controller. Syncoam Seps525 PM-Oled is RGB
160x128 display. This driver has been tested through zynq-spi driver.

ZynqMP> load mmc 1 100000 rainbow.bmp
61562 bytes read in 20 ms (2.9 MiB/s)
ZynqMP> bmp info 100000
Image size    : 160 x 128
Bits per pixel: 24
Compression   : 0
ZynqMP> bmp display 100000
ZynqMP> setenv stdout vidconsole

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/seps525.c [new file with mode: 0644]