Re: [U-Boot] [PATCH V2 6/7] exynos: s2mps11_pmic: Enable LDO38 for SMDK5420

2013-12-20 Thread Ajay kumar
Hi Simon, On Fri, Dec 20, 2013 at 2:10 AM, Simon Glass wrote: > Hi Ajay, > > On 12 November 2013 05:27, Ajay Kumar wrote: > > Enabling VDD_28IO_DP via LDO38 for SMDK5420. > > > > Signed-off-by: Ajay Kumar > > --- > > board/samsung/common/board.c | 3 +++ > > include/power/s2mps11_pmic.h | 3

Re: [U-Boot] [PATCH V2 6/7] exynos: s2mps11_pmic: Enable LDO38 for SMDK5420

2013-12-19 Thread Simon Glass
Hi Ajay, On 12 November 2013 05:27, Ajay Kumar wrote: > Enabling VDD_28IO_DP via LDO38 for SMDK5420. > > Signed-off-by: Ajay Kumar > --- > board/samsung/common/board.c | 3 +++ > include/power/s2mps11_pmic.h | 3 +++ > 2 files changed, 6 insertions(+) > > diff --git a/board/samsung/common/board

[U-Boot] [PATCH V2 6/7] exynos: s2mps11_pmic: Enable LDO38 for SMDK5420

2013-11-12 Thread Ajay Kumar
Enabling VDD_28IO_DP via LDO38 for SMDK5420. Signed-off-by: Ajay Kumar --- board/samsung/common/board.c | 3 +++ include/power/s2mps11_pmic.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c index 2536457..224f83d 100644 --- a/bo