From: Heiko Schocher <heiko.schocher@invitel.hu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] xpedite5370: Fix I2C GPIO initialization typo
Date: Mon, 20 Jul 2009 12:51:14 +0200 [thread overview]
Message-ID: <4A644C22.7030707@invitel.hu> (raw)
In-Reply-To: <1248049062-1286-2-git-send-email-ptyser@xes-inc.com>
Hello Peter,
ptyser at xes-inc.com wrote:
> From: Peter Tyser <ptyser@xes-inc.com>
>
> Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
> ---
> 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<hs@denx.de>
bye
Heiko
next prev parent reply other threads:[~2009-07-20 10:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-20 0:17 [U-Boot] [PATCH 1/3] xpedite5200, 5370: Use buffered NOR flash writes ptyser at xes-inc.com
2009-07-20 0:17 ` [U-Boot] [PATCH 2/3] xpedite5370: Fix I2C GPIO initialization typo ptyser at xes-inc.com
2009-07-20 0:17 ` [U-Boot] [PATCH 3/3] Remove last remanants of unused CONFIG_I2C_CMD_TREE ptyser at xes-inc.com
2009-07-20 11:12 ` Heiko Schocher
2009-07-20 10:51 ` Heiko Schocher [this message]
2009-07-21 14:16 ` [U-Boot] [PATCH 2/3] xpedite5370: Fix I2C GPIO initialization typo Kumar Gala
2009-07-21 14:16 ` [U-Boot] [PATCH 1/3] xpedite5200, 5370: Use buffered NOR flash writes Kumar Gala
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A644C22.7030707@invitel.hu \
--to=heiko.schocher@invitel.hu \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.