[PATCH] dt-binding: leds: publish common bindings under dual license

From: Corvin Köhne

Date: Tue Apr 07 2026 - 07:39:58 EST


From: Corvin Köhne <c.koehne@xxxxxxxxxxxx>

Changes leds/common.h DT binding header file to be published under GPLv2
or BSD-2-Clause license terms. This change allows this common LED
bindings header file to be used in software components as bootloaders
and OSes that are not published under GPLv2 terms.

All contributors to leds/common.h file in copy.

Cc: Ashley Towns <mail@xxxxxxxxxxxxxxxxx>
Cc: Dan Murphy <dmurphy@xxxxxx>
Cc: Gergo Koteles <soyer@xxxxxx>
Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Cc: INAGAKI Hiroshi <musashino.open@xxxxxxxxx>
Cc: Jacek Anaszewski <j.anaszewski@xxxxxxxxxxx>
Cc: Jacek Anaszewski <jacek.anaszewski@xxxxxxxxx>
Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Cc: Olliver Schinagl <oliver@xxxxxxxxxxx>
Cc: Pavel Machek <pavel@xxxxxx>
Cc: Rafał Miłecki <rafal@xxxxxxxxxx>
Cc: Roderick Colenbrander <roderick@xxxxxxxxxx>

Cc: Lee Jones <lee@xxxxxxxxxx>
Cc: Rob Herring <robh@xxxxxxxxxx>
Cc: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>
Cc: Conor Dooley <conor+dt@xxxxxxxxxx>
Cc: linux-leds@xxxxxxxxxxxxxxx
Cc: devicetree@xxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
Signed-off-by: Corvin Köhne <c.koehne@xxxxxxxxxxxx>
---
include/dt-bindings/leds/common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dt-bindings/leds/common.h b/include/dt-bindings/leds/common.h
index 4f017bea0123..b7bafbaf7df3 100644
--- a/include/dt-bindings/leds/common.h
+++ b/include/dt-bindings/leds/common.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
/*
* This header provides macros for the common LEDs device tree bindings.
*
--
2.47.3