[PATCH] dt-bindings: leds: mark label as depected to match description
From: Frank Wunderlich
Date: Thu May 09 2024 - 07:12:09 EST
From: Frank Wunderlich <frank-w@xxxxxxxxxxxxxxx>
The description for property 'label' describes it as deprected, so
add a option to mark it like that. Future devicetrees should use
function and color properties.
Suggested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
Fixes: 24a71afe05a8 ("dt-bindings: leds: Convert common LED binding to schema")
Signed-off-by: Frank Wunderlich <frank-w@xxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/leds/common.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/leds/common.yaml b/Documentation/devicetree/bindings/leds/common.yaml
index 8a3c2398b10c..2d7331bba1fc 100644
--- a/Documentation/devicetree/bindings/leds/common.yaml
+++ b/Documentation/devicetree/bindings/leds/common.yaml
@@ -58,6 +58,7 @@ properties:
no other LED class device can be assigned the same label. This property is
deprecated - use 'function' and 'color' properties instead.
function-enumerator has no effect when this property is present.
+ deprecated: true
default-state:
description:
--
2.34.1