diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2017-04-11 11:12:14 +0530 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2017-04-14 14:03:07 +0200 |
commit | 80b9c3bb80bfcb3959b7042efea272b259e9a995 (patch) | |
tree | c0b9aa615deb62d372ac0bb80a2ede2f43430c7f /configs/colibri_vf_defconfig | |
parent | 7a2d533eec571ae815455048e8ef4986725c9f87 (diff) | |
download | u-boot-80b9c3bb80bfcb3959b7042efea272b259e9a995.tar.gz u-boot-80b9c3bb80bfcb3959b7042efea272b259e9a995.tar.bz2 u-boot-80b9c3bb80bfcb3959b7042efea272b259e9a995.zip |
board: toradex: colibri_vf: Add DCU support for Colibri Vybrid
The Vybrid SoC family has the same display controller unit (DCU)
like the LS1021A SoC. This patch adds platform data, pinmux defines
and clock control to enable the driver for Toradex Colibri Vybrid
module.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/colibri_vf_defconfig')
-rw-r--r-- | configs/colibri_vf_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig index 0474abc3c5..1f0f929ce5 100644 --- a/configs/colibri_vf_defconfig +++ b/configs/colibri_vf_defconfig @@ -52,3 +52,7 @@ CONFIG_G_DNL_MANUFACTURER="Toradex" CONFIG_G_DNL_VENDOR_NUM=0x1b67 CONFIG_G_DNL_PRODUCT_NUM=0x4000 CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_VIDEO=y +CONFIG_VIDEO_FSL_DCU_FB=y +CONFIG_SYS_CONSOLE_FG_COL=0x00 +CONFIG_SYS_CONSOLE_BG_COL=0x00 |