summaryrefslogtreecommitdiff
path: root/board/xes
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-07-19 19:17:41 -0500
committerKumar Gala <galak@kernel.crashing.org>2009-07-22 09:43:49 -0500
commit58f31b602dfd52eb7836ab82caa587514e046f02 (patch)
treee4db31fb11e9ff9020b6cfe3b30ae45437aa9a04 /board/xes
parent5ff821006c6e7647d183ea95817044943bb22e7e (diff)
xpedite5370: Fix I2C GPIO initialization typo
Signed-off-by: Peter Tyser <ptyser@xes-inc.com> Acked-by: Heiko Schocher<hs@denx.de> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/xes')
-rw-r--r--board/xes/xpedite5370/xpedite5370.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/xes/xpedite5370/xpedite5370.c b/board/xes/xpedite5370/xpedite5370.c
index 22cf294314..d54c69972c 100644
--- a/board/xes/xpedite5370/xpedite5370.c
+++ b/board/xes/xpedite5370/xpedite5370.c
@@ -84,8 +84,8 @@ int board_early_init_r(void)
/* Initialize PCA9557 devices */
pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR0, 0xff, 0);
pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR1, 0xff, 0);
- pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR0, 0xff, 0);
- pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR0, 0xff, 0);
+ pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR2, 0xff, 0);
+ pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR3, 0xff, 0);
/*
* Remap NOR flash region to caching-inhibited