[PATCH 4/4] dt-bindings: led: add virtual LED bindings
From: Jonathan Brophy
Date: Thu Oct 09 2025 - 04:45:15 EST
From: Jonathan Brophy <professor_jonny@xxxxxxxxxxx>
Add device tree binding for virtual LED groups.
Co-developed-by: Radoslav Tsvetkov <rtsvetkov@xxxxxxxxxxxx>
Signed-off-by: Jonathan Brophy <professor_jonny@xxxxxxxxxxx>
---
include/dt-bindings/leds/common.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/dt-bindings/leds/common.h b/include/dt-bindings/leds/common.h
index 4f017bea0123..39c34d585a47 100644
--- a/include/dt-bindings/leds/common.h
+++ b/include/dt-bindings/leds/common.h
@@ -63,6 +63,10 @@
"lp5523:{r,g,b}" (Nokia N900) */
#define LED_FUNCTION_STATUS "status"
+/* Virtual system LEDs Used for virtual LED groups, multifunction RGB
+ indicators or status LEDs that reflect complex system states */
+#define LED_FUNCTION_VIRTUAL_STATUS "virtual-status"
+
#define LED_FUNCTION_MICMUTE "micmute"
#define LED_FUNCTION_MUTE "mute"
--
2.43.0