diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2023-08-14 18:31:15 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-08-18 12:30:46 +0200 |
commit | d3679199f6847061683069d65737a55a8a5c60ef (patch) | |
tree | 90a92111899e370408d5f2759ea015eb646542fb /Documentation/devicetree/bindings/leds | |
parent | leds: turris-omnia: Drop unnecessary mutex locking (diff) | |
download | linux-d3679199f6847061683069d65737a55a8a5c60ef.tar.xz linux-d3679199f6847061683069d65737a55a8a5c60ef.zip |
dt-bindings: leds: Fix reference to definition of default-state
At least since the YAML conversion, the default-state property is
described in leds/common.yaml, so there's no need to point to another
file for its definition.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230814163116.1696092-1-j.neuschaefer@gmx.net
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/leds')
-rw-r--r-- | Documentation/devicetree/bindings/leds/common.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/leds/common.yaml b/Documentation/devicetree/bindings/leds/common.yaml index 1c425eb5bec9..5fb7007f3618 100644 --- a/Documentation/devicetree/bindings/leds/common.yaml +++ b/Documentation/devicetree/bindings/leds/common.yaml @@ -83,8 +83,7 @@ properties: - enum: # LED will act as a back-light, controlled by the framebuffer system - backlight - # LED will turn on (but for leds-gpio see "default-state" property in - # Documentation/devicetree/bindings/leds/leds-gpio.yaml) + # LED will turn on (see also "default-state" property) - default-on # LED "double" flashes at a load average based rate - heartbeat |