diff options
author | Wolfgang Denk <wd@denx.de> | 2012-07-18 10:47:03 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-07-18 10:47:03 +0200 |
commit | 66714b1a6df0a5a9f1656a6d4e6eea3c7ecdf7ae (patch) | |
tree | 946a13465467eb58f68cf8cf5e121017d380fe2a /include/configs/mx53loco.h | |
parent | 3a9469b5cbd467b3a7b176b4feb2073a04f294b6 (diff) | |
parent | cf65d478ab4e0bb0247c374e6b0b40ef77eddbe8 (diff) | |
download | u-boot-imx-66714b1a6df0a5a9f1656a6d4e6eea3c7ecdf7ae.zip u-boot-imx-66714b1a6df0a5a9f1656a6d4e6eea3c7ecdf7ae.tar.gz u-boot-imx-66714b1a6df0a5a9f1656a6d4e6eea3c7ecdf7ae.tar.bz2 |
Merge branch 'next' of git://git.denx.de/u-boot-video
* 'next' of git://git.denx.de/u-boot-video:
ipu_common: Add ldb_clk for use in parenting the pixel clock
ipu_common: Do not hardcode the ipu_clk frequency
ipu_common: Rename MXC_CCM_BASE
ipu_common: Let clk_ipu_enable/disable only run on MX51 and MX53
ipu_common: Only apply the erratum to MX51
video: Rename CONFIG_VIDEO_MX5
mx6: Allow mx6 to access the IPUv3 registers
common lcd: minor coding style changes
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/mx53loco.h')
-rw-r--r-- | include/configs/mx53loco.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 61ecd02..0a25c7d 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -219,12 +219,13 @@ /* Framebuffer and LCD */ #define CONFIG_PREBOOT #define CONFIG_VIDEO -#define CONFIG_VIDEO_MX5 +#define CONFIG_VIDEO_IPUV3 #define CONFIG_CFB_CONSOLE #define CONFIG_VGA_AS_SINGLE_DEVICE #define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_SPLASH_SCREEN #define CONFIG_BMP_16BPP #define CONFIG_VIDEO_LOGO +#define CONFIG_IPUV3_CLK 133000000 #endif /* __CONFIG_H */ |