Re: [U-Boot] [PATCH V2 1/8] led: add initial support for bcm6858

2019-03-29 Thread Daniel Schwierzeck
Am 22.03.19 um 17:02 schrieb Philippe Reynes: > The driver add the support of the led IP on bcm6858. > This led IP can drive up to 32 leds, and can handle > blinking. > > Signed-off-by: Philippe Reynes > --- > Changelog: > v2: > - use const for array bcm6858_flash_rate (thanks Daniel) > - use

[U-Boot] [PATCH V2 1/8] led: add initial support for bcm6858

2019-03-22 Thread Philippe Reynes
The driver add the support of the led IP on bcm6858. This led IP can drive up to 32 leds, and can handle blinking. Signed-off-by: Philippe Reynes --- Changelog: v2: - use const for array bcm6858_flash_rate (thanks Daniel) - use int for array bcm6858_flash_rate (thanks Daniel)