Re: [U-Boot] [PATCH 09/10] exynos: Enable the LCD backlight for snow

2014-03-29 Thread Simon Glass
Hi Ajay, On 29 March 2014 16:35, Ajay kumar wrote: > Hi Simon, > > Find my comments below: > > On Wed, Mar 26, 2014 at 11:26 PM, Simon Glass wrote: > >> The backlight uses FETs on the TPS65090. Enable this so that the display >> is visible. >> >> Signed-off-by: Simon Glass >> --- >> >> board/

Re: [U-Boot] [PATCH 09/10] exynos: Enable the LCD backlight for snow

2014-03-29 Thread Ajay kumar
Hi Simon, Find my comments below: On Wed, Mar 26, 2014 at 11:26 PM, Simon Glass wrote: > The backlight uses FETs on the TPS65090. Enable this so that the display > is visible. > > Signed-off-by: Simon Glass > --- > > board/samsung/smdk5250/exynos5-dt.c | 90 > +

Re: [U-Boot] [PATCH 09/10] exynos: Enable the LCD backlight for snow

2014-03-27 Thread Lukasz Majewski
Hi Simon, > The backlight uses FETs on the TPS65090. Enable this so that the > display is visible. > > Signed-off-by: Simon Glass > --- > > board/samsung/smdk5250/exynos5-dt.c | 90 > + 1 file changed, 90 insertions(+) > > diff --git a/board/samsung/smdk5250

Re: [U-Boot] [PATCH 09/10] exynos: Enable the LCD backlight for snow

2014-03-27 Thread Minkyu Kang
On 27/03/14 02:56, Simon Glass wrote: > The backlight uses FETs on the TPS65090. Enable this so that the display > is visible. > > Signed-off-by: Simon Glass > --- > > board/samsung/smdk5250/exynos5-dt.c | 90 > + > 1 file changed, 90 insertions(+) > > diff

[U-Boot] [PATCH 09/10] exynos: Enable the LCD backlight for snow

2014-03-26 Thread Simon Glass
The backlight uses FETs on the TPS65090. Enable this so that the display is visible. Signed-off-by: Simon Glass --- board/samsung/smdk5250/exynos5-dt.c | 90 + 1 file changed, 90 insertions(+) diff --git a/board/samsung/smdk5250/exynos5-dt.c b/board/samsung