
This patchset add support for display on Universal C210 board. Max8998 is modified to power on display, new driver ld9040 is added and support for LCD display on universal C210 board is added.
Changes in v2: - removed unnecessary function for fimd clock set; - code cleanup - removed patch for fix exynos4_fb structure Changes in v3: - small changes in Patch 5/5 after some changes in another patch ID=1348487791-18435-2-git-send-email-p.wilczek@samsung.com on which this patch depends on. Changes in v4: - removed comment and unused struct - removed patch with unused display control define
Piotr Wilczek (4): misc:max8998 Add LDO macros drivers: video: Add ld9040 video driver drivers: video: fix image position exynos4: universal_C210: add display support
board/samsung/universal_c210/universal.c | 202 +++++++++++++++++++++++++++--- drivers/video/Makefile | 1 + drivers/video/exynos_fb.c | 15 ++- drivers/video/ld9040.c | 144 +++++++++++++++++++++ include/configs/s5pc210_universal.h | 13 ++ include/ld9040.h | 32 +++++ include/max8998_pmic.h | 2 + 7 files changed, 389 insertions(+), 20 deletions(-) create mode 100644 drivers/video/ld9040.c create mode 100644 include/ld9040.h