From mboxrd@z Thu Jan 1 00:00:00 1970 From: Przemyslaw Marczak Date: Tue, 14 Jan 2014 09:19:19 +0100 Subject: [U-Boot] [PATCH] board:universal: fix i2c adapter In-Reply-To: <1389683707-31254-1-git-send-email-p.wilczek@samsung.com> References: <1389683707-31254-1-git-send-email-p.wilczek@samsung.com> Message-ID: <52D4F307.8090308@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 01/14/2014 08:15 AM, Piotr Wilczek wrote: > Universal uses only one adapter I2C_0. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > --- > 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 Thank you, -- Przemyslaw Marczak Samsung R&D Institute Poland Samsung Electronics p.marczak at samsung.com