u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Przemyslaw Marczak <p.marczak@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] board:universal: fix i2c adapter
Date: Tue, 14 Jan 2014 09:19:19 +0100	[thread overview]
Message-ID: <52D4F307.8090308@samsung.com> (raw)
In-Reply-To: <1389683707-31254-1-git-send-email-p.wilczek@samsung.com>

Hi,

On 01/14/2014 08:15 AM, Piotr Wilczek wrote:
> Universal uses only one adapter I2C_0.
>
> Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
>   board/samsung/universal_c210/universal.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c
> index 54d0e1e..3feef3f 100644
> --- a/board/samsung/universal_c210/universal.c
> +++ b/board/samsung/universal_c210/universal.c
> @@ -49,7 +49,7 @@ int power_init_board(void)
>   	 * For PMIC the I2C bus is named as I2C5, but it is connected
>   	 * to logical I2C adapter 0
>   	 */
> -	ret = pmic_init(I2C_5);
> +	ret = pmic_init(I2C_0);
>   	if (ret)
>   		return ret;
>
>

Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>

Thank you,
-- 
Przemyslaw Marczak
Samsung R&D Institute Poland
Samsung Electronics
p.marczak at samsung.com

  reply	other threads:[~2014-01-14  8:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-14  7:15 [U-Boot] [PATCH] board:universal: fix i2c adapter Piotr Wilczek
2014-01-14  8:19 ` Przemyslaw Marczak [this message]
2014-01-20 14:06   ` Przemyslaw Marczak
2014-01-20 23:00 ` [U-Boot] " Tom Rini

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=52D4F307.8090308@samsung.com \
    --to=p.marczak@samsung.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).