diff options
| author | Heiko Schocher <hs@denx.de> | 2013-08-19 16:39:00 +0200 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-08-28 11:44:59 -0400 | 
| commit | b26354cfd5371759f93224b8b69335e160bcc686 (patch) | |
| tree | 34a8817a716d4d9527c30a5566560f5ab4313e50 /include | |
| parent | 988ea355018a7060768b8e6ddcee1ffa7cf6351b (diff) | |
| download | olio-uboot-2014.01-b26354cfd5371759f93224b8b69335e160bcc686.tar.xz olio-uboot-2014.01-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')
| -rw-r--r-- | include/video.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/include/video.h b/include/video.h index f7e27f847..0ff857bc9 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 |