summaryrefslogtreecommitdiffstats
path: root/include/video.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2013-08-19 16:39:00 +0200
committerTom Rini <trini@ti.com>2013-08-28 11:44:59 -0400
commitb26354cfd5371759f93224b8b69335e160bcc686 (patch)
tree34a8817a716d4d9527c30a5566560f5ab4313e50 /include/video.h
parent988ea355018a7060768b8e6ddcee1ffa7cf6351b (diff)
downloadtalos-obmc-uboot-b26354cfd5371759f93224b8b69335e160bcc686.tar.gz
talos-obmc-uboot-b26354cfd5371759f93224b8b69335e160bcc686.zip
video: add formike lcd panel init
Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Anatolij Gustschin <agust@denx.de> Cc: Tom Rini <trini@ti.com> Acked-by: Anatolij Gustschin <agust@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 f7e27f8477..0ff857bc9f 100644
--- a/include/video.h
+++ b/include/video.h
@@ -63,4 +63,8 @@ void video_position_cursor(unsigned col, unsigned row);
/* Clear the display */
void video_clear(void);
+#if defined(CONFIG_FORMIKE)
+int kwh043st20_f01_spi_startup(unsigned int bus, unsigned int cs,
+ unsigned int max_hz, unsigned int spi_mode);
+#endif
#endif
OpenPOWER on IntegriCloud