diff options
author | Lily Zhang <r58066@freescale.com> | 2012-03-06 20:57:49 +0800 |
---|---|---|
committer | Lily Zhang <r58066@freescale.com> | 2012-03-06 20:57:49 +0800 |
commit | d80db149d9050853b913b20305801abc557af148 (patch) | |
tree | b4e80a4c7cc9388f02779b15ecf4611eb95d93c1 /include | |
parent | 27b291ac05796c428ea0b0d698e32c4faace59a9 (diff) | |
download | u-boot-imx-d80db149d9050853b913b20305801abc557af148.zip u-boot-imx-d80db149d9050853b913b20305801abc557af148.tar.gz u-boot-imx-d80db149d9050853b913b20305801abc557af148.tar.bz2 |
ENGR00176235 mx6 ARD: Add splash screen support
This patch adds splash screen support for MX6 ARD.
Changes:
- Configure GPIO_3 as I2C3_SCL
- Change MAX7310 I2C address as 0x30
- Enable LVDS power
Usage:
1. To enable splash screen by default, 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: Lily Zhang <r58066@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6q_sabreauto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6q_sabreauto.h b/include/configs/mx6q_sabreauto.h index 1c0590e..e304b5a 100644 --- a/include/configs/mx6q_sabreauto.h +++ b/include/configs/mx6q_sabreauto.h @@ -191,7 +191,7 @@ #define CONFIG_I2C_MXC 1 #define CONFIG_SYS_I2C_PORT I2C3_BASE_ADDR #define CONFIG_SYS_I2C_SPEED 100000 - #define CONFIG_SYS_I2C_SLAVE 0x1f + #define CONFIG_SYS_I2C_SLAVE 0x30 #endif /* |