From patchwork Tue Aug 30 08:44:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olliver Schinagl X-Patchwork-Id: 601387 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 83A92ECAAD4 for ; Tue, 30 Aug 2022 08:52:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231767AbiH3Iwe (ORCPT ); Tue, 30 Aug 2022 04:52:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37240 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231774AbiH3IwS (ORCPT ); Tue, 30 Aug 2022 04:52:18 -0400 X-Greylist: delayed 394 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 30 Aug 2022 01:51:42 PDT Received: from 7of9.schinagl.nl (7of9.connected.by.freedominter.net [185.238.129.13]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB5C0D91C7; Tue, 30 Aug 2022 01:51:41 -0700 (PDT) Received: from localhost (7of9.are-b.org [127.0.0.1]) by 7of9.schinagl.nl (Postfix) with ESMTP id 05AAA186AC2C; Tue, 30 Aug 2022 10:45:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=schinagl.nl; s=7of9; t=1661849104; bh=5JXnvhgFyI0BdbmtRUhWuO3f5PUY8QbkKVFG98ineaQ=; h=From:To:Cc:Subject:Date; b=bgWhWvFrTWXs1szsC1Zo1alSsJp0kh3J6g9gtvqsFDqeN907s9Uaakp92ZNBj20KZ g/B/nBa7z7OzLog17/VqQuNSvcXRYR2WAtK2rkDpPLmSjVpmd5LpNi2aHLhuMZpa/o mEcXuRk3tLo7DeJY27lwRKNu6b+z84mR732y3oUw= X-Virus-Scanned: amavisd-new at schinagl.nl Received: from 7of9.schinagl.nl ([127.0.0.1]) by localhost (7of9.schinagl.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7nG4-U_o2Jgl; Tue, 30 Aug 2022 10:45:02 +0200 (CEST) Received: from valexia.are-b.org (unknown [10.2.12.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by 7of9.schinagl.nl (Postfix) with ESMTPSA id C1029186AC27; Tue, 30 Aug 2022 10:45:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=schinagl.nl; s=7of9; t=1661849102; bh=5JXnvhgFyI0BdbmtRUhWuO3f5PUY8QbkKVFG98ineaQ=; h=From:To:Cc:Subject:Date; b=i1JuOQbKRWx30aPLbnNIdF7zELn7/etOafNwtiBU3fZsM9SZSJdrZSkV3JkV/36ZH MMjXTzZiUEhAMRbRM3Fg7rH/wdnoMIlioulWgbF4vrd/RZKOwCseHKt7PLBlrurOvx PRaPqBIIGVFmYjcYRTNxK3W5wX5OQ4yKC64BZoJU= From: Olliver Schinagl To: Rob Herring , Krzysztof Kozlowski , Pavel Machek Cc: Jacek Anaszewski , linux-leds@vger.kernel.org, Daniel Mack , Linus Walleij , Oleh Kravchenko , Sakari Ailus , Olliver Schinagl , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Olliver Schinagl Subject: [PATCH v3] dt-bindings: leds: Expand LED_COLOR_ID definitions Date: Tue, 30 Aug 2022 10:44:54 +0200 Message-Id: <20220830084454.1133369-1-oliver@schinagl.nl> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org In commit 853a78a7d6c7 (dt-bindings: leds: Add LED_COLOR_ID definitions, Sun Jun 9 20:19:04 2019 +0200) the most basic color definitions where added. However, there's a little more very common LED colors. While the documentation states 'add what is missing', engineers tend to be lazy and will just use what currently exists. So this patch will take (a) list from online retailers [0], [1], [2] and use the common LED colors from there, this being reasonable as this is what is currently available to purchase. Note, that LIME seems to be the modern take to 'Yellow-green' or 'Yellowish-green' from some older datasheets. [0]: https://www.digikey.com/en/products/filter/led-lighting-color/125 [1]: https://eu.mouser.com/c/optoelectronics/led-lighting/led-emitters/standard-leds-smd [2]: https://nl.farnell.com/en-NL/c/optoelectronics-displays/led-products/standard-single-colour-leds-under-75ma Signed-off-by: Olliver Schinagl Acked-by: Krzysztof Kozlowski --- No chances since v2: Re-send with the proper e-mails. Changes since v1: Unbreak existing definitions. include/dt-bindings/leds/common.h | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/include/dt-bindings/leds/common.h b/include/dt-bindings/leds/common.h index 3be89a7c20a9..04bf94523ea3 100644 --- a/include/dt-bindings/leds/common.h +++ b/include/dt-bindings/leds/common.h @@ -22,18 +22,22 @@ #define LEDS_BOOST_FIXED 2 /* Standard LED colors */ -#define LED_COLOR_ID_WHITE 0 -#define LED_COLOR_ID_RED 1 -#define LED_COLOR_ID_GREEN 2 -#define LED_COLOR_ID_BLUE 3 -#define LED_COLOR_ID_AMBER 4 -#define LED_COLOR_ID_VIOLET 5 -#define LED_COLOR_ID_YELLOW 6 -#define LED_COLOR_ID_IR 7 -#define LED_COLOR_ID_MULTI 8 /* For multicolor LEDs */ -#define LED_COLOR_ID_RGB 9 /* For multicolor LEDs that can do arbitrary color, - so this would include RGBW and similar */ -#define LED_COLOR_ID_MAX 10 +#define LED_COLOR_ID_WHITE 0 +#define LED_COLOR_ID_RED 1 +#define LED_COLOR_ID_GREEN 2 +#define LED_COLOR_ID_BLUE 3 +#define LED_COLOR_ID_AMBER 4 +#define LED_COLOR_ID_VIOLET 5 +#define LED_COLOR_ID_YELLOW 6 +#define LED_COLOR_ID_IR 7 +#define LED_COLOR_ID_MULTI 8 /* For multicolor LEDs */ +#define LED_COLOR_ID_RGB 9 /* For multicolor LEDs that can do arbitrary color, including RGBW etc. */ +#define LED_COLOR_ID_PUPRPLE 10 +#define LED_COLOR_ID_ORANGE 11 +#define LED_COLOR_ID_PINK 12 +#define LED_COLOR_ID_CYAN 13 +#define LED_COLOR_ID_LIME 14 +#define LED_COLOR_ID_MAX 15 /* Standard LED functions */ /* Keyboard LEDs, usually it would be input4::capslock etc. */