From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 03 Jun 2014 10:16:42 +0900 Subject: [U-Boot] [PATCH v3] Exynos: Make sure ps_hold gets set in the SPL In-Reply-To: References: <1401379854-30646-1-git-send-email-akshay.s@samsung.com> <5389679D.60809@samsung.com> Message-ID: <538D21FA.7040009@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 03/06/14 06:18, Simon Glass wrote: > Hi Minkyu, > > On 30 May 2014 23:24, Minkyu Kang wrote: >> 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 > > Now that we have this patch we may be able to revert eb0dd99? > Indeed. I will. Thanks, Minkyu Kang.