lkml.org 
[lkml]   [2019]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 4/9] dt-bindings: leds: Add multicolor ID to the color ID list
    Date
    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>
    ---
    include/dt-bindings/leds/common.h | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    diff --git a/include/dt-bindings/leds/common.h b/include/dt-bindings/leds/common.h
    index 9e1256a7c1bf..7006d15f71e8 100644
    --- a/include/dt-bindings/leds/common.h
    +++ b/include/dt-bindings/leds/common.h
    @@ -29,7 +29,8 @@
    #define LED_COLOR_ID_VIOLET 5
    #define LED_COLOR_ID_YELLOW 6
    #define LED_COLOR_ID_IR 7
    -#define LED_COLOR_ID_MAX 8
    +#define LED_COLOR_ID_MULTI 8
    +#define LED_COLOR_ID_MAX 9

    /* Standard LED functions */
    #define LED_FUNCTION_ACTIVITY "activity"
    --
    2.22.0.214.g8dca754b1e
    \
     
     \ /
      Last update: 2019-07-25 20:32    [W:3.213 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site