提交 46049bec 编写于 作者: N Nobuhiro Iwamatsu 提交者: Nobuhiro Iwamatsu

arm: rmobile: alt: Remove i2c_init function

The i2c_init function is no longer necessary.
Signed-off-by: NNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: NNobuhiro Iwamatsu <iwamatsu@nigauri.org>
上级 f063b32c
......@@ -167,7 +167,6 @@ void reset_cpu(ulong addr)
u8 val;
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;
i2c_write(CONFIG_SYS_I2C_POWERIC_ADDR, 0x13, 1, &val, 1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册