From 5a2649acf9c8076d7c09d4940c377f1677192b44 Mon Sep 17 00:00:00 2001 From: Vincent Palatin Date: Fri, 24 Feb 2012 11:01:46 -0800 Subject: [PATCH] stm32l: update GAIA power sequencing timings Update the timeouts during the power on sequence as recommended by Frank. Signed-off-by: Vincent Palatin BUG=None TEST=run EC firmware on ADV board and let Frank control he likes the signals. Change-Id: I7391a1cdd5ad74e0c22e15eb996955c5b7719154 --- common/gaia_power.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/gaia_power.c b/common/gaia_power.c index 502a70eaeb..e16e281d06 100644 --- a/common/gaia_power.c +++ b/common/gaia_power.c @@ -23,10 +23,10 @@ #define DELAY_FORCE_SHUTDOWN 8000000 /* 8s */ /* PMIC fails to set the LDO2 output */ -#define PMIC_TIMEOUT 200000 /* 200ms */ +#define PMIC_TIMEOUT 15000 /* 15ms */ /* Default timeout for input transition */ -#define FAIL_TIMEOUT 5000000 /* 5s */ +#define FAIL_TIMEOUT 500000 /* 500ms */ /* Application processor power state */