From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Mon, 20 Jul 2009 12:51:14 +0200 Subject: [U-Boot] [PATCH 2/3] xpedite5370: Fix I2C GPIO initialization typo In-Reply-To: <1248049062-1286-2-git-send-email-ptyser@xes-inc.com> References: <1248049062-1286-1-git-send-email-ptyser@xes-inc.com> <1248049062-1286-2-git-send-email-ptyser@xes-inc.com> Message-ID: <4A644C22.7030707@invitel.hu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Peter, ptyser at xes-inc.com wrote: > From: Peter Tyser > > Signed-off-by: Peter Tyser > --- > board/xes/xpedite5370/xpedite5370.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/board/xes/xpedite5370/xpedite5370.c b/board/xes/xpedite5370/xpedite5370.c > index 22cf294..d54c699 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 This go through the mpc85xx maintainer, so you get my Acked-by: Heiko Schocher bye Heiko