colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / drivers / power / tps6586x.c
index 19680e2e76deb72335f5e6ec6d909702dc2ce3d7..49b28a5e6bf6d25d32a0e5723d91d31731a54695 100644 (file)
@@ -5,9 +5,11 @@
  */
 
 #include <common.h>
+#include <log.h>
 #include <tps6586x.h>
 #include <asm/io.h>
 #include <i2c.h>
+#include <linux/delay.h>
 
 static struct udevice *tps6586x_dev;