diff options
author | Heiko Schocher <hs@denx.de> | 2015-04-12 10:20:19 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2015-04-20 09:47:28 +0200 |
commit | fc1a79d95e9038e9cf53f99c1825005b4dfaf7f4 (patch) | |
tree | f34d076e1280f4b24c50c2e238e052264687b760 /include/video.h | |
parent | cb9f8e6a737e60f460896111b32bbebc45aa1cd1 (diff) | |
download | u-boot-imx-fc1a79d95e9038e9cf53f99c1825005b4dfaf7f4.zip u-boot-imx-fc1a79d95e9038e9cf53f99c1825005b4dfaf7f4.tar.gz u-boot-imx-fc1a79d95e9038e9cf53f99c1825005b4dfaf7f4.tar.bz2 |
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.h | 4 |
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 |