summaryrefslogtreecommitdiff
path: root/power/tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'power/tegra.c')
-rw-r--r--power/tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/power/tegra.c b/power/tegra.c
index a6f3ebb639..c2a096db6c 100644
--- a/power/tegra.c
+++ b/power/tegra.c
@@ -381,7 +381,7 @@ void chipset_force_shutdown(void)
/* Assert AP reset to shutdown immediately */
set_pmic_therm(1);
- udelay(PMIC_THERM_HOLD_TIME);
+ usleep(PMIC_THERM_HOLD_TIME);
set_pmic_therm(0);
/* Hold the reset pin so that the AP stays in off mode (rev <= 2.0) */