overo: add delay to allow vaux2 power supply time to settle
[pandora-x-loader.git] / board / overo / overo.c
index ec00ddf..f1fca25 100644 (file)
@@ -536,6 +536,8 @@ int misc_init_r(void)
        byte = 0x09;
        i2c_write(0x4B, 0x79, 1, &byte, 1);
 
+       udelay(5000);
+
        return 0;
 }