From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Sat, 31 May 2014 14:24:45 +0900 Subject: [U-Boot] [PATCH v3] Exynos: Make sure ps_hold gets set in the SPL In-Reply-To: <1401379854-30646-1-git-send-email-akshay.s@samsung.com> References: <1401379854-30646-1-git-send-email-akshay.s@samsung.com> Message-ID: <5389679D.60809@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 30/05/14 01:10, Akshay Saraswat wrote: > From: Doug Anderson > > 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 > Signed-off-by: Akshay Saraswat > Acked-by: Simon Glass > --- > Changes since v2: > - Removed function power_init and directly called set_ps_hold_strl. > > Changes since v1: > - Added "Acked-by". > > arch/arm/cpu/armv7/exynos/lowlevel_init.c | 6 +++++- > arch/arm/cpu/armv7/exynos/power.c | 6 ++++++ > arch/arm/include/asm/arch-exynos/power.h | 1 + > 3 files changed, 12 insertions(+), 1 deletion(-) > applied to u-boot-samsung Thanks, Minkyu Kang.