summaryrefslogtreecommitdiff
path: root/board/ads5121/ads5121_diu.c
Commit message (Collapse)AuthorAgeLines
* fix DIU for small screensKenneth Johansson2008-07-12-1/+1
| | | | | | | | | The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values so it was not possible to set a slow pixel clock and thus prevented display on small screens. Signed-off-by: Kenneth Johansson <kenneth@southpole.se> Acked-by: John Rigby <jrigby@freescale.com>
* Adding DIU support for Freescale 5121ADSYork Sun2008-05-21-0/+165
Add DIU and cfb console support to FSL 5121ADS board. Use #define CONFIG_VIDEO in config file to enable fb console. Signed-off-by: York Sun <yorksun@freescale.com>