diff options
author | Adrian Alonso <aalonso@freescale.com> | 2016-01-17 13:57:54 -0600 |
---|---|---|
committer | Adrian Alonso <adrian.alonso@nxp.com> | 2016-08-26 10:37:51 -0500 |
commit | d26dc4ea4f18a2f00371378c336575040ea4c52a (patch) | |
tree | b770ef115cbcb6bbccf58f7316aad6c21230046e /include/configs | |
parent | 19aaf450fb231c2d3c2c0f3c821f7dd8973152b8 (diff) | |
download | u-boot-imx-d26dc4ea4f18a2f00371378c336575040ea4c52a.zip u-boot-imx-d26dc4ea4f18a2f00371378c336575040ea4c52a.tar.gz u-boot-imx-d26dc4ea4f18a2f00371378c336575040ea4c52a.tar.bz2 |
MLK-13129: mx6qarm2: add lvds and hdmi support
Add video display support for mx6qarm2 target board
Enable lvds and hdmi video displays only for mx6qarm2
lpddr2 pop target platform
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6qarm2.h | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index 999f52f..e4b31a2 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -240,4 +240,31 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 #endif -#endif /* __CONFIG_H */ +#ifdef CONFIG_MX6DQ_POP_LPDDR2 +/* I2C Configs */ +#define CONFIG_CMD_I2C +#define CONFIG_SYS_I2C +#define CONFIG_SYS_I2C_MXC +#define CONFIG_SYS_I2C_SPEED 100000 +/* MAX7310 configs */ +#define CONFIG_MAX7310_IOEXP +#define CONFIG_IOEXP_DEVICES_NUM 2 +#define CONFIG_IOEXP_DEV_PINS_NUM 8 + +#define CONFIG_VIDEO +#define CONFIG_VIDEO_IPUV3 +#define CONFIG_CFB_CONSOLE +#define CONFIG_VGA_AS_SINGLE_DEVICE +#define CONFIG_SYS_CONSOLE_IS_IN_ENV +#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE +#define CONFIG_VIDEO_BMP_RLE8 +#define CONFIG_SPLASH_SCREEN +#define CONFIG_SPLASH_SCREEN_ALIGN +#define CONFIG_BMP_16BPP +#define CONFIG_VIDEO_LOGO +#define CONFIG_VIDEO_BMP_LOGO +#define CONFIG_IPUV3_CLK 198000000 +#define CONFIG_IMX_HDMI +#define CONFIG_IMX_VIDEO_SKIP + +#endif /* __CONFIG_H */ |