drivers: video: Add Support for Himax HX8238D Panel
authorMoses Christopher <BollavarapuMoses.Christopher@in.bosch.com>
Wed, 6 Jan 2021 15:31:35 +0000 (15:31 +0000)
committerAnatolij Gustschin <agust@denx.de>
Fri, 19 Feb 2021 22:38:06 +0000 (23:38 +0100)
commit0f425612c886348f887c8dbc25f6ace8a87a0988
treecb16d630aec00ba4c2398da8e170daf272ade0fb
parent196947b103e0984f32d90d2574aae3b870eedc4c
drivers: video: Add Support for Himax HX8238D Panel

* SPI based initialization for HX8238D
* Resolution: 320x240
* Color-Mode: RGB

* Initial Work is done by Sjoerd Simons
  https://gitlab.apertis.org/packaging/u-boot/-/blob\
  /5f259720e3e64965d50da89a841ad6eb256a47df/debian/patches\
  /apertis/powertools/0005-video-Add-Himax-HX8238-D-driver.patch

* Tested on Bosch Guardian Board

Cc: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Moses Christopher <BollavarapuMoses.Christopher@in.bosch.com>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/hx8238d.c [new file with mode: 0644]