diff options
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-lp8860.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-lp8860.txt b/Documentation/devicetree/bindings/leds/leds-lp8860.txt index 77ddd22c20dc..5f0e892ad759 100644 --- a/Documentation/devicetree/bindings/leds/leds-lp8860.txt +++ b/Documentation/devicetree/bindings/leds/leds-lp8860.txt | |||
@@ -21,6 +21,8 @@ Required child properties: | |||
21 | 21 | ||
22 | Optional child properties: | 22 | Optional child properties: |
23 | - label : see Documentation/devicetree/bindings/leds/common.txt | 23 | - label : see Documentation/devicetree/bindings/leds/common.txt |
24 | - linux,default-trigger : | ||
25 | see Documentation/devicetree/bindings/leds/common.txt | ||
24 | 26 | ||
25 | Example: | 27 | Example: |
26 | 28 | ||
@@ -35,6 +37,7 @@ led-controller@2d { | |||
35 | led@0 { | 37 | led@0 { |
36 | reg = <0>; | 38 | reg = <0>; |
37 | label = "white:backlight"; | 39 | label = "white:backlight"; |
40 | linux,default-trigger = "backlight"; | ||
38 | }; | 41 | }; |
39 | } | 42 | } |
40 | 43 | ||