summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-11-10 09:16:44 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-10 09:48:20 +0900
commitf063b32cf5ee45add4be6e3f3e393917489cb35a (patch)
tree8cd0c875182b1e4c5eb8ee54daa81187c33f306b
parent92ef38ee0989a5d85bac48e58c9f99e2618d2072 (diff)
downloadblackbird-obmc-uboot-f063b32cf5ee45add4be6e3f3e393917489cb35a.tar.gz
blackbird-obmc-uboot-f063b32cf5ee45add4be6e3f3e393917489cb35a.zip
arm: rmobile: alt: Fix typo in comment for sh-i2c
PowerIC connected to channel 1 of sh-i2c, not channel 2. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-rw-r--r--board/renesas/alt/alt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/alt/alt.c b/board/renesas/alt/alt.c
index 083e007fcf..68ae9372c7 100644
--- a/board/renesas/alt/alt.c
+++ b/board/renesas/alt/alt.c
@@ -166,7 +166,7 @@ void reset_cpu(ulong addr)
{
u8 val;
- i2c_set_bus_num(1); /* PowerIC connected to ch3 */
+ i2c_set_bus_num(1); /* PowerIC connected to ch1 */
i2c_init(400000, 0);
i2c_read(CONFIG_SYS_I2C_POWERIC_ADDR, 0x13, 1, &val, 1);
val |= 0x02;
OpenPOWER on IntegriCloud