Home
last modified time | relevance | path

Searched hist:d375ebbcb655ce8f9012cf93db347d3ced66eaac (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/misc/
H A Dgpio_led.cd375ebbcb655ce8f9012cf93db347d3ced66eaac Fri Aug 21 13:13:20 UTC 2015 Bernhard Nortmann <bernhard.nortmann@web.de> add generic stubs for GPIO LEDs

For boards that support LEDs driven via GPIO (CONFIG_GPIO_LED),
it may be useful to have some generic stubs (wrapper functions)
for the "colored" LEDs.

This allows defining STATUS_LED_* values directly to GPIO numbers,
e.g.: #define STATUS_LED_GREEN 248 /* = PH24 */

To keep those optional, it's probably best to introduce an additional
configuration setting. I've chosen CONFIG_GPIO_LED_STUBS for that.
Placing the code in drivers/misc/gpio_led.c also ensures that it
automatically depends on CONFIG_GPIO_LED too.

Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
Reviewed-by: Simon Glass <sjg@chromium.org>