From: Steve Sakoman Date: Thu, 7 Aug 2008 22:13:58 +0000 (-0700) Subject: overo: add delay to allow vaux2 power supply time to settle X-Git-Tag: Release-2010-05/1~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c1e26a3b293980ecc403eb389ff78a68f3b290;p=pandora-x-loader.git overo: add delay to allow vaux2 power supply time to settle --- diff --git a/board/overo/overo.c b/board/overo/overo.c index ec00ddf..f1fca25 100644 --- a/board/overo/overo.c +++ b/board/overo/overo.c @@ -536,6 +536,8 @@ int misc_init_r(void) byte = 0x09; i2c_write(0x4B, 0x79, 1, &byte, 1); + udelay(5000); + return 0; }