summaryrefslogtreecommitdiff
path: root/power/qcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'power/qcom.c')
-rw-r--r--power/qcom.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/power/qcom.c b/power/qcom.c
index 8fd96cbb54..e2b0ff3fd5 100644
--- a/power/qcom.c
+++ b/power/qcom.c
@@ -126,9 +126,12 @@ BUILD_ASSERT(ARRAY_SIZE(power_signal_list) == POWER_SIGNAL_COUNT);
/*
* Delay between power-on the system and power-on the PMIC.
* Some latest PMIC firmware needs this delay longer, for doing a cold
- * reboot. Did an experiment; it should be 120ms+. Set it with margin.
+ * reboot.
+ *
+ * Measured on Herobrine IOB + Trogdor MLB, the delay takes ~200ms. Set
+ * it with margin.
*/
-#define SYSTEM_POWER_ON_DELAY (150 * MSEC)
+#define SYSTEM_POWER_ON_DELAY (300 * MSEC)
/*
* Delay between the PMIC power drop and power-off the system.