Re: [U-Boot] [PATCH v3] Exynos: Make sure ps_hold gets set in the SPL

2014-06-02 Thread Minkyu Kang
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

Re: [U-Boot] [PATCH v3] Exynos: Make sure ps_hold gets set in the SPL

2014-06-02 Thread Simon Glass
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

Re: [U-Boot] [PATCH v3] Exynos: Make sure ps_hold gets set in the SPL

2014-05-30 Thread Minkyu Kang
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-of

[U-Boot] [PATCH v3] Exynos: Make sure ps_hold gets set in the SPL

2014-05-30 Thread Akshay Saraswat
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