[PATCH 0/3] video: seps525: Add new driver for seps525 OLED display
Michal Simek
michal.simek at xilinx.com
Thu Dec 3 10:12:58 CET 2020
Hi,
This driver is connected via spi on one ZynqMP board. Only 8bit SPI
connection is supported now. Spi zynq driver was used for testing this
driver.
We have tested load image via BMP command and also using it as console as
is visible from log in the last patch.
Thanks,
Michal
Michal Simek (2):
video: Introduce video_sync call
video: seps525: Add seps525 SPI driver
Vikhyat Goyal (1):
video: seps525: Add dt binding description
MAINTAINERS | 2 +
.../video/syncoam,seps525.txt | 24 ++
drivers/video/Kconfig | 6 +
drivers/video/Makefile | 1 +
drivers/video/seps525.c | 327 ++++++++++++++++++
drivers/video/video-uclass.c | 5 +
include/video.h | 13 +
7 files changed, 378 insertions(+)
create mode 100644 doc/device-tree-bindings/video/syncoam,seps525.txt
create mode 100644 drivers/video/seps525.c
--
2.29.2
More information about the U-Boot
mailing list