All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] board:universal: fix i2c adapter
@ 2014-01-14  7:15 Piotr Wilczek
  2014-01-14  8:19 ` Przemyslaw Marczak
  2014-01-20 23:00 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Piotr Wilczek @ 2014-01-14  7:15 UTC (permalink / raw)
  To: u-boot

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;
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-20 23:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14  7:15 [U-Boot] [PATCH] board:universal: fix i2c adapter Piotr Wilczek
2014-01-14  8:19 ` Przemyslaw Marczak
2014-01-20 14:06   ` Przemyslaw Marczak
2014-01-20 23:00 ` [U-Boot] " Tom Rini

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.