diff mbox series

dt-bindings: leds: Fix reference to definition of default-state

Message ID 20220609223114.183038-1-j.neuschaefer@gmx.net
State Not Applicable, archived
Headers show
Series dt-bindings: leds: Fix reference to definition of default-state | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

J. Neuschäfer June 9, 2022, 10:31 p.m. UTC
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>
---
 Documentation/devicetree/bindings/leds/common.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--
2.35.1

Comments

Rob Herring June 16, 2022, 4:01 p.m. UTC | #1
On Fri, 10 Jun 2022 00:31:13 +0200, Jonathan Neuschäfer wrote:
> 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>
> ---
>  Documentation/devicetree/bindings/leds/common.yaml | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/leds/common.yaml b/Documentation/devicetree/bindings/leds/common.yaml
index 328952d7acbbc..35fcdad711b03 100644
--- a/Documentation/devicetree/bindings/leds/common.yaml
+++ b/Documentation/devicetree/bindings/leds/common.yaml
@@ -82,8 +82,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