summaryrefslogtreecommitdiff
path: root/include/video.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2015-04-12 08:20:19 (GMT)
committerAnatolij Gustschin <agust@denx.de>2015-04-20 07:47:28 (GMT)
commitfc1a79d95e9038e9cf53f99c1825005b4dfaf7f4 (patch)
treef34d076e1280f4b24c50c2e238e052264687b760 /include/video.h
parentcb9f8e6a737e60f460896111b32bbebc45aa1cd1 (diff)
downloadu-boot-fsl-qoriq-fc1a79d95e9038e9cf53f99c1825005b4dfaf7f4.tar.xz
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 673aa2e..65e4ec1 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