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

2014-05-26 Thread Simon Glass
Hi Akshay, On 26 May 2014 03:40, Akshay Saraswat wrote: > Hi Simon, > >>On 22 May 2014 01:53, 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

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

2014-05-26 Thread Akshay Saraswat
Hi Simon, >On 22 May 2014 01:53, 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. >> >> Moving ps_hold setup

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

2014-05-23 Thread Simon Glass
On 22 May 2014 01:53, 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. > > Moving ps_hold setup into the generic p

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

2014-05-22 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. Moving ps_hold setup into the generic power_init() which should contain code that's currently dup