diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2011-01-13 11:10:02 +0800 |
---|---|---|
committer | Liu Ying <Ying.Liu@freescale.com> | 2011-01-14 15:39:42 +0800 |
commit | d6bdab7e5220d908e54a7b4b8c09c37f66340dc5 (patch) | |
tree | 06492c9b53f9c6012f99201ee97518edb0db19e3 /include/configs/mx51_bbg.h | |
parent | b695e1012bf4c50564cc95391c9d7eaacaa1c6f7 (diff) | |
download | u-boot-imx-d6bdab7e5220d908e54a7b4b8c09c37f66340dc5.zip u-boot-imx-d6bdab7e5220d908e54a7b4b8c09c37f66340dc5.tar.gz u-boot-imx-d6bdab7e5220d908e54a7b4b8c09c37f66340dc5.tar.bz2 |
ENGR00137894-3 IPU driver enhancement
1) Remove MX51 related comments in ipu drivers.
2) Add di clocks.
3) Support pixel clock being deprived from external clock.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'include/configs/mx51_bbg.h')
-rw-r--r-- | include/configs/mx51_bbg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/mx51_bbg.h b/include/configs/mx51_bbg.h index ff4406a..46ff011 100644 --- a/include/configs/mx51_bbg.h +++ b/include/configs/mx51_bbg.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de> * - * (C) Copyright 2009-2010 Freescale Semiconductor, Inc. + * (C) Copyright 2009-2011 Freescale Semiconductor, Inc. * * Configuration settings for the MX51-3Stack Freescale board. * @@ -281,6 +281,8 @@ */ #define CONFIG_LCD #define CONFIG_VIDEO_MX5 + #define CONFIG_MXC_HSC + #define CONFIG_IPU_CLKRATE 133000000 #define CONFIG_SYS_CONSOLE_ENV_OVERWRITE #define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE #define CONFIG_SYS_CONSOLE_IS_IN_ENV |