summaryrefslogtreecommitdiffstats
path: root/drivers/video/Makefile
diff options
context:
space:
mode:
authorMoses Christopher <BollavarapuMoses.Christopher@in.bosch.com>2021-01-06 15:31:35 +0000
committerAnatolij Gustschin <agust@denx.de>2021-02-19 23:38:06 +0100
commit0f425612c886348f887c8dbc25f6ace8a87a0988 (patch)
treecb16d630aec00ba4c2398da8e170daf272ade0fb /drivers/video/Makefile
parent196947b103e0984f32d90d2574aae3b870eedc4c (diff)
downloadu-boot-0f425612c886348f887c8dbc25f6ace8a87a0988.tar.gz
u-boot-0f425612c886348f887c8dbc25f6ace8a87a0988.tar.xz
u-boot-0f425612c886348f887c8dbc25f6ace8a87a0988.zip
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>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r--drivers/video/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index 832475c9a5..933f06e9d8 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -15,6 +15,7 @@ obj-$(CONFIG_VIDEO_MIPI_DSI) += dsi-host-uclass.o
obj-$(CONFIG_DM_VIDEO) += video-uclass.o vidconsole-uclass.o
obj-$(CONFIG_DM_VIDEO) += video_bmp.o
obj-$(CONFIG_PANEL) += panel-uclass.o
+obj-$(CONFIG_PANEL_HX8238D) += hx8238d.o
obj-$(CONFIG_SIMPLE_PANEL) += simple_panel.o
endif