Skip to content

Commit d367919

Browse files
neuschaeferlag-linaro
authored andcommitted
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 <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 760b6b7 commit d367919

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/devicetree/bindings/leds/common.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ properties:
8383
- enum:
8484
# LED will act as a back-light, controlled by the framebuffer system
8585
- backlight
86-
# LED will turn on (but for leds-gpio see "default-state" property in
87-
# Documentation/devicetree/bindings/leds/leds-gpio.yaml)
86+
# LED will turn on (see also "default-state" property)
8887
- default-on
8988
# LED "double" flashes at a load average based rate
9089
- heartbeat

0 commit comments

Comments
 (0)