overo: add delay to allow vaux2 power supply time to settle
authorSteve Sakoman <steve@sakoman.com>
Thu, 7 Aug 2008 22:13:58 +0000 (15:13 -0700)
committerSteve Sakoman <steve@sakoman.com>
Thu, 7 Aug 2008 22:13:58 +0000 (15:13 -0700)
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;
 }