diff options
author | Hyungwon Hwang <human.hwang@samsung.com> | 2013-07-31 17:25:34 +0900 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2013-08-10 09:31:04 +0200 |
commit | d39c21f23581c45eec98ca6edb344e70cac5fcfd (patch) | |
tree | 0ba94527f745f550dbdc5f691ed92af218a054fd /drivers/video/Makefile | |
parent | fd8cf994070df9d7576f429506514bf0bb778afd (diff) | |
download | u-boot-imx-d39c21f23581c45eec98ca6edb344e70cac5fcfd.zip u-boot-imx-d39c21f23581c45eec98ca6edb344e70cac5fcfd.tar.gz u-boot-imx-d39c21f23581c45eec98ca6edb344e70cac5fcfd.tar.bz2 |
video: add L5F31188 TFT-LCD panel driver
This is u-boot driver for L5F31188 panel.
I tested it in the board based on MIPI DSI with EXYNOS4 series, and it worked well.
Changes in V2:
- Replaced license header by SPDX-License-Identifier.
Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
Signed-off-by: Donghwa Lee <dw09.lee@samsung.com>
[agust: sort Makefile entry alphabetically]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r-- | drivers/video/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index f1fb26c..6dee1e9 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -19,6 +19,7 @@ COBJS-$(CONFIG_EXYNOS_MIPI_DSIM) += exynos_mipi_dsi.o exynos_mipi_dsi_common.o \ exynos_mipi_dsi_lowlevel.o COBJS-$(CONFIG_EXYNOS_PWM_BL) += exynos_pwm_bl.o COBJS-$(CONFIG_FSL_DIU_FB) += fsl_diu_fb.o videomodes.o +COBJS-$(CONFIG_L5F31188) += l5f31188.o COBJS-$(CONFIG_MPC8XX_LCD) += mpc8xx_lcd.o COBJS-$(CONFIG_PXA_LCD) += pxa_lcd.o COBJS-$(CONFIG_S6E8AX0) += s6e8ax0.o |