Re: [U-Boot] [PATCH 02/26] dm: video: Update pwm_backlight to support livetree

2017-05-19 Thread Anatolij Gustschin
On Fri, 19 May 2017 08:30:45 -0600 Simon Glass s...@chromium.org wrote: > Update this driver to support a live device tree. > > Signed-off-by: Simon Glass > --- > > drivers/video/pwm_backlight.c | 23 +-- > 1 file changed, 13 insertions(+), 10 deletions(-) Acked-by: Anatol

[U-Boot] [PATCH 02/26] dm: video: Update pwm_backlight to support livetree

2017-05-19 Thread Simon Glass
Update this driver to support a live device tree. Signed-off-by: Simon Glass --- drivers/video/pwm_backlight.c | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/drivers/video/pwm_backlight.c b/drivers/video/pwm_backlight.c index 3697f4905c..359f8fa186