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:
parent
6253cdebed
commit
957add9d75
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ void power_init(void)
|
||||||
axp_set_charge_current(780);
|
axp_set_charge_current(780);
|
||||||
|
|
||||||
/* Short delay to give power outputs time to stabilize */
|
/* Short delay to give power outputs time to stabilize */
|
||||||
mdelay(5);
|
mdelay(80);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_USB_CHARGING_ENABLE
|
#ifdef HAVE_USB_CHARGING_ENABLE
|
||||||
|
|
Loading…
Reference in a new issue