Re: [U-Boot] [PATCH] board/BuR/common: support timer5 for pwm-backlight

2015-06-13 Thread Hannes Schmelzer
Hi Simon, board_type doesn't apply here. The board can be used in Device-Type A Device-Type B Device-Type C all of them may have different backlights. So it comes, that device-type A has different variants where one has backlight using PMIC, the other one has backlight using PWM. For this w

Re: [U-Boot] [PATCH] board/BuR/common: support timer5 for pwm-backlight

2015-06-11 Thread Simon Glass
Hi, On 11 June 2015 at 04:25, Hannes Schmelzer wrote: > > in future we support yet another b&r am335x based board, where Timer 5 is > wired to backlight-driver. > > So we introduce a new driver-type '2' to setup timer5 instead timer6. > > Signed-off-by: Hannes Schmelzer > Reviewed-by: Simon Gla

[U-Boot] [PATCH] board/BuR/common: support timer5 for pwm-backlight

2015-06-11 Thread Hannes Schmelzer
in future we support yet another b&r am335x based board, where Timer 5 is wired to backlight-driver. So we introduce a new driver-type '2' to setup timer5 instead timer6. Signed-off-by: Hannes Schmelzer --- board/BuR/common/common.c | 14 +++--- 1 file changed, 11 insertions(+), 3 del