Re: [U-Boot] [PATCH] board: ge: bx50v3: Use pwm for display backlight

2016-04-06 Thread Stefano Babic
Hi Akshay, On 06/04/2016 16:39, Akshay Bhat wrote: > > On Tue, Mar 15, 2016 at 2:24 PM, Akshay Bhat > wrote: > > Setup the LCD backlight brightness control pin to use PWM > > Signed-off-by: Akshay Bhat > > Cc: Ste

Re: [U-Boot] [PATCH] board: ge: bx50v3: Use pwm for display backlight

2016-04-06 Thread Akshay Bhat
On Tue, Mar 15, 2016 at 2:24 PM, Akshay Bhat wrote: > Setup the LCD backlight brightness control pin to use PWM > > Signed-off-by: Akshay Bhat > Cc: Stefano Babic > --- > Hi Stefano, Can this be applied if there are no review comments? Thanks, Akshay > board/ge/bx50v3/bx50v3.c| 11 +++

[U-Boot] [PATCH] board: ge: bx50v3: Use pwm for display backlight

2016-03-15 Thread Akshay Bhat
Setup the LCD backlight brightness control pin to use PWM Signed-off-by: Akshay Bhat Cc: Stefano Babic --- board/ge/bx50v3/bx50v3.c| 11 +++ include/configs/ge_bx50v3.h | 3 +++ 2 files changed, 14 insertions(+) diff --git a/board/ge/bx50v3/bx50v3.c b/board/ge/bx50v3/bx50v3.c inde