imx233: fix/improve lcdif for stmp3600 and stmp4700, fix drivers

Factorise pin setup, rewrite PIO code, add support for lcdif irq,
handle all the various differences between the stmps, drop yuv
blitting code since it already exists in the common lcd drivers.

Change-Id: Ifc40aed9b3b12f16611ce960602e46a5bc87ae53
This commit is contained in:
Amaury Pouly 2013-06-17 00:06:24 +02:00
parent 52426d0891
commit 069a0269a9
6 changed files with 456 additions and 731 deletions

View file

@ -79,5 +79,9 @@
#define VPIN_LCD_RS VPIN_PACK(1, 19, MAIN)
#define VPIN_LCD_WR VPIN_PACK(1, 20, MAIN)
#define VPIN_LCD_CS VPIN_PACK(1, 21, MAIN)
#define VPIN_LCD_DOTCLK VPIN_PACK(1, 22, MAIN)
#define VPIN_LCD_ENABLE VPIN_PACK(1, 23, MAIN)
#define VPIN_LCD_HSYNC VPIN_PACK(1, 24, MAIN)
#define VPIN_LCD_VSYNC VPIN_PACK(1, 25, MAIN)
#endif /* __PINS_IMX233__ */