summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWang Huan <b18965@freescale.com>2014-09-05 13:52:50 +0800
committerYork Sun <yorksun@freescale.com>2014-09-08 10:30:36 -0700
commitb4ecc8c6f8c85d25f72933af23531728069a5b0f (patch)
tree4830d5d6df15931cc476a48f9aa90d776f5a22e3 /include
parent4081bf4f903cf3709a48a0d67cba7b043dd7a50e (diff)
downloadtalos-obmc-uboot-b4ecc8c6f8c85d25f72933af23531728069a5b0f.tar.gz
talos-obmc-uboot-b4ecc8c6f8c85d25f72933af23531728069a5b0f.zip
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.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h
index cb6b400425..45b2272ff5 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
OpenPOWER on IntegriCloud