diff options
author | Wang Huan <b18965@freescale.com> | 2014-09-05 13:52:50 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-09-08 10:30:36 -0700 |
commit | b4ecc8c6f8c85d25f72933af23531728069a5b0f (patch) | |
tree | 4830d5d6df15931cc476a48f9aa90d776f5a22e3 /include | |
parent | 4081bf4f903cf3709a48a0d67cba7b043dd7a50e (diff) | |
download | u-boot-imx-b4ecc8c6f8c85d25f72933af23531728069a5b0f.zip u-boot-imx-b4ecc8c6f8c85d25f72933af23531728069a5b0f.tar.gz u-boot-imx-b4ecc8c6f8c85d25f72933af23531728069a5b0f.tar.bz2 |
ls102xa: dcu: Add platform support for DCU on LS1021ATWR board
This patch adds the TWR_LCD_RGB card/HDMI options and the common
configuration for DCU on LS1021ATWR board.
Signed-off-by: Alison Wang <alison.wang@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ls1021atwr.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index cb6b400..45b2272 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -163,6 +163,24 @@ #define CONFIG_GENERIC_MMC /* + * Video + */ +#define CONFIG_FSL_DCU_FB + +#ifdef CONFIG_FSL_DCU_FB +#define CONFIG_VIDEO +#define CONFIG_CMD_BMP +#define CONFIG_CFB_CONSOLE +#define CONFIG_VGA_AS_SINGLE_DEVICE +#define CONFIG_VIDEO_LOGO +#define CONFIG_VIDEO_BMP_LOGO + +#define CONFIG_FSL_DCU_SII9022A +#define CONFIG_SYS_I2C_DVI_BUS_NUM 1 +#define CONFIG_SYS_I2C_DVI_ADDR 0x39 +#endif + +/* * eTSEC */ #define CONFIG_TSEC_ENET |