]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/csb272/csb272.c
Merge branch 'master' of git://git.denx.de/u-boot-i2c
[karo-tx-uboot.git] / board / csb272 / csb272.c
index bfc47e0b4e52f4657827c1e42be7eae4f74184b7..43a1aa0521188627ba052b1525e5a5d8de39c980 100644 (file)
@@ -35,7 +35,7 @@ uchar pll_fs6377_regs[16] = {
  */
 int pll_init(void)
 {
-       i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);
+       i2c_set_bus_num(0);
 
        return  i2c_write(CONFIG_SYS_I2C_PLL_ADDR, 0, 1,
                (uchar *) pll_fs6377_regs, sizeof(pll_fs6377_regs));