From patchwork Tue Aug 30 13:46:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olliver Schinagl X-Patchwork-Id: 602326 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 D08C3C3DA6B for ; Tue, 30 Aug 2022 13:49:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229966AbiH3NtZ (ORCPT ); Tue, 30 Aug 2022 09:49:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231361AbiH3Nsu (ORCPT ); Tue, 30 Aug 2022 09:48:50 -0400 Received: from 7of9.schinagl.nl (7of9.connected.by.freedominter.net [185.238.129.13]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED8597644; Tue, 30 Aug 2022 06:46:35 -0700 (PDT) Received: from localhost (7of9.are-b.org [127.0.0.1]) by 7of9.schinagl.nl (Postfix) with ESMTP id 779D6186AE5F; Tue, 30 Aug 2022 15:46:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=schinagl.nl; s=7of9; t=1661867183; bh=khVk1+h4oRx19cuXioiLMZPDQXnPvXugjyG7HAbcHbA=; h=From:To:Cc:Subject:Date; b=J9TkkAZizFX2Ev8WcXA3wLYmmQ7tvzq0XsCjnnGO7IUhN6FYfcALRLtWCob0MWN3e Y3BssB6Pwa/gDTrZFHVHMX0zWIJrQErOIVv5mVpCBZPCsiH9XatxzF/gpWujm/5QW8 ZGtfiQ6WtwzFUhxyK2toZAZLHqbsCAmYqG9ejfIM= 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 9XaeXzQxb9rJ; Tue, 30 Aug 2022 15:46:22 +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 59C10186AE5A; Tue, 30 Aug 2022 15:46:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=schinagl.nl; s=7of9; t=1661867182; bh=khVk1+h4oRx19cuXioiLMZPDQXnPvXugjyG7HAbcHbA=; h=From:To:Cc:Subject:Date; b=u5jTUgEhBJ5YagZbfQY573wymlKRocKrYrGD05gSu9uJP3lOy3g7GFIKb0kpRebC9 KdvHEVaLVCf/C9YZH8gsrwANvm+wRFZwy+U1hFUyA03YnYd3mCCZgXPRbxlVs927W9 gX+snmwf1HCJrABQCp1k6LVSO/S7L4lXakVfcRXY= 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 , Krzysztof Kozlowski Subject: [PATCH v4] dt-bindings: leds: Expand LED_COLOR_ID definitions Date: Tue, 30 Aug 2022 15:46:13 +0200 Message-Id: <20220830134613.1564059-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 --- Changes since v3: Fix typo in purple; Fix whitespacing No changes since v2: Re-send with the proper e-mails. Changes since v1: Unbreak existing definitions. include/dt-bindings/leds/common.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/dt-bindings/leds/common.h b/include/dt-bindings/leds/common.h index 3be89a7c20a9..9a0d33d027ff 100644 --- a/include/dt-bindings/leds/common.h +++ b/include/dt-bindings/leds/common.h @@ -33,7 +33,12 @@ #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_PURPLE 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. */