mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 09:13:38 +00:00
leds: Add multicolor ID to the color ID list
Add a new color ID that is declared as MULTICOLOR as with the multicolor framework declaring a definitive color is not accurate as the node can contain multiple colors. Signed-off-by: Dan Murphy <dmurphy@ti.com> Reviewed-by: Marek Behún <marek.behun@nic.cz> Signed-off-by: Pavel Machek <pavel@ucw.cz>
This commit is contained in:
parent
5c7f8ffe74
commit
10d3e0d815
@ -34,6 +34,7 @@ const char * const led_colors[LED_COLOR_ID_MAX] = {
|
||||
[LED_COLOR_ID_VIOLET] = "violet",
|
||||
[LED_COLOR_ID_YELLOW] = "yellow",
|
||||
[LED_COLOR_ID_IR] = "ir",
|
||||
[LED_COLOR_ID_MULTI] = "multicolor",
|
||||
};
|
||||
EXPORT_SYMBOL_GPL(led_colors);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user