Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / board / k+p / kp_imx53 / kp_imx53.c
index 84cddd489490f0d299990388bd391cf0b27c9a6b..eb5b67d1e622dc9945cc0a3fa306808e1705b584 100644 (file)
@@ -5,6 +5,7 @@
  */
 
 #include <common.h>
+#include <init.h>
 #include <asm/io.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/sys_proto.h>
@@ -47,7 +48,7 @@ static int power_init(void)
        struct udevice *dev;
        int ret;
 
-       ret = pmic_get("mc34708", &dev);
+       ret = pmic_get("mc34708@8", &dev);
        if (ret) {
                printf("%s: mc34708 not found !\n", __func__);
                return ret;