summaryrefslogtreecommitdiffstats
path: root/include/video.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2015-04-12 10:20:19 +0200
committerAnatolij Gustschin <agust@denx.de>2015-04-20 09:47:28 +0200
commitfc1a79d95e9038e9cf53f99c1825005b4dfaf7f4 (patch)
treef34d076e1280f4b24c50c2e238e052264687b760 /include/video.h
parentcb9f8e6a737e60f460896111b32bbebc45aa1cd1 (diff)
downloadtalos-obmc-uboot-fc1a79d95e9038e9cf53f99c1825005b4dfaf7f4.tar.gz
talos-obmc-uboot-fc1a79d95e9038e9cf53f99c1825005b4dfaf7f4.zip
video, lg4573: add support for the lg4573 display
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/video.h')
-rw-r--r--include/video.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/video.h b/include/video.h
index 673aa2ec56..65e4ec1e1a 100644
--- a/include/video.h
+++ b/include/video.h
@@ -69,4 +69,8 @@ void video_clear(void);
int kwh043st20_f01_spi_startup(unsigned int bus, unsigned int cs,
unsigned int max_hz, unsigned int spi_mode);
#endif
+#if defined(CONFIG_LG4573)
+int lg4573_spi_startup(unsigned int bus, unsigned int cs,
+ unsigned int max_hz, unsigned int spi_mode);
+#endif
#endif
OpenPOWER on IntegriCloud