summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Gong <B38343@freescale.com>2012-05-02 11:37:52 +0800
committerRobin Gong <B38343@freescale.com>2012-05-04 10:54:31 +0800
commitddb92a63f7b8c743d054ea602e62c5ec59fd5322 (patch)
treefdbf159bf8e293edd8be21912f9a1aec7e52a362 /include
parentcc5984828f56a16dd602481224ad8863ceb738e7 (diff)
downloadu-boot-imx-ddb92a63f7b8c743d054ea602e62c5ec59fd5322.zip
u-boot-imx-ddb92a63f7b8c743d054ea602e62c5ec59fd5322.tar.gz
u-boot-imx-ddb92a63f7b8c743d054ea602e62c5ec59fd5322.tar.bz2
ENGR00181348 pfuze sabresd: pfuze support in u-boot
add pfuze and I2C support, support cpu internal LDO bypass which can be enabled by CONFIG_MX6_INTER_LDO_BYPASS Signed-off-by: Robin Gong <B38343@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6q_sabresd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/mx6q_sabresd.h b/include/configs/mx6q_sabresd.h
index b699287..a5d6363 100644
--- a/include/configs/mx6q_sabresd.h
+++ b/include/configs/mx6q_sabresd.h
@@ -189,9 +189,10 @@
#ifdef CONFIG_CMD_I2C
#define CONFIG_HARD_I2C 1
#define CONFIG_I2C_MXC 1
- #define CONFIG_SYS_I2C_PORT I2C3_BASE_ADDR
+ #define CONFIG_SYS_I2C_PORT I2C2_BASE_ADDR
#define CONFIG_SYS_I2C_SPEED 100000
- #define CONFIG_SYS_I2C_SLAVE 0x1f
+ #define CONFIG_SYS_I2C_SLAVE 0x8
+ #define CONFIG_MX6_INTER_LDO_BYPASS 0
#endif
/*