fiiom3k: bump power on delay to 200ms

Needed due to a report that 80ms was not working.

Change-Id: I5f0f750b0530f5b84ffba58c5d7ff8b283095c4b
This commit is contained in:
Aidan MacDonald 2021-10-18 23:00:38 +01:00
parent 957add9d75
commit 0f68866ae5
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(80);
mdelay(200);
}
#ifdef HAVE_USB_CHARGING_ENABLE