]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/samsung/goni/goni.c
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / samsung / goni / goni.c
index 4ddff04f41d62824830119e5f33eb610e3ba4408..366f648d32004037c204040226899934e8fc05dc 100644 (file)
@@ -32,7 +32,11 @@ int power_init_board(void)
 {
        int ret;
 
-       ret = pmic_init(I2C_5);
+       /*
+        * For PMIC the I2C bus is named as I2C5, but it is connected
+        * to logical I2C adapter 0
+        */
+       ret = pmic_init(I2C_0);
        if (ret)
                return ret;