fiiom3k: adjust power on delay to 80ms

OST timer fix (7a5130a277) causes a boot failure on some units,
the battery voltage reading needs more time to stabilize.

Change-Id: Ic4a9ba90a16fab8ac6d27dbbe7af381f7c810f8f
This commit is contained in:
Aidan MacDonald 2021-10-18 10:35:07 +01:00
parent 6253cdebed
commit 957add9d75
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ void power_init(void)
axp_set_charge_current(780);
/* Short delay to give power outputs time to stabilize */
mdelay(5);
mdelay(80);
}
#ifdef HAVE_USB_CHARGING_ENABLE