diff options
| author | Doug Anderson <[email protected]> | 2014-05-29 21:40:54 +0530 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2014-05-31 14:22:20 +0900 |
| commit | 567802bbd6bf1c809d37fef9244fc8a692244e73 (patch) | |
| tree | 0aa905d346d2f75f5f8cb6bd79ca52bd15e709f8 /arch/arm/include | |
| parent | 0c04b1a83b54e5c3c458b5dfa096784be76e24d4 (diff) | |
Exynos: Make sure ps_hold gets set in the SPL
Setting ps_hold ought to be one of the first things we do when we
first boot up. If we wait until the main u-boot runs we won't set it
in time and the PMIC may power us back off.
Signed-off-by: Doug Anderson <[email protected]>
Signed-off-by: Akshay Saraswat <[email protected]>
Acked-by: Simon Glass <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-exynos/power.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-exynos/power.h b/arch/arm/include/asm/arch-exynos/power.h index c9609a23f52..a4b41adca9b 100644 --- a/arch/arm/include/asm/arch-exynos/power.h +++ b/arch/arm/include/asm/arch-exynos/power.h @@ -1726,4 +1726,5 @@ uint32_t get_reset_status(void); /* Read the resume function and call it */ void power_exit_wakeup(void); + #endif |
