From 799007675f0bd42bae7397056a2cde250b8811ec Mon Sep 17 00:00:00 2001 From: Sandor Yu Date: Thu, 1 Sep 2011 17:41:36 +0800 Subject: ENGR00139254: Enable MX6Q Uboot Splash Screen Only support LVDS0 splash screen. Enable splash process: 1.define CONFIG_SPLASH_SCREEN in mx6q_sabreauto.h 2.Config U-boot with followed command:() setenv splashimage '0x30000000' #Set splash position as Center setenv splashpos 'm,m' #Set LVDS via LVDS bridge 0 setenv lvds_num 0 Signed-off-by: Sandor Yu --- include/asm-arm/arch-mx6/mx6.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/asm-arm/arch-mx6/mx6.h') diff --git a/include/asm-arm/arch-mx6/mx6.h b/include/asm-arm/arch-mx6/mx6.h index 772290a..1a984de 100644 --- a/include/asm-arm/arch-mx6/mx6.h +++ b/include/asm-arm/arch-mx6/mx6.h @@ -65,6 +65,11 @@ * @ingroup MSL_MX6 */ +/* + * IPU + */ +#define IPU_CTRL_BASE_ADDR 0x02400000 + /*! * Register an interrupt handler for the SMN as well as the SCC. In some * implementations, the SMN is not connected at all, and in others, it is @@ -575,7 +580,7 @@ #define CLKCTL_CS1CDR 0x28 #define CLKCTL_CS2CDR 0x2C #define CLKCTL_CDCDR 0x30 -#define CLKCTL_CHSCDR 0x34 +#define CLKCTL_CHSCCDR 0x34 #define CLKCTL_CSCDR2 0x38 #define CLKCTL_CSCDR3 0x3C #define CLKCTL_CSCDR4 0x40 -- cgit v1.1