diff options
author | Dan Murphy <dmurphy@ti.com> | 2018-07-02 21:12:15 +0300 |
---|---|---|
committer | Jacek Anaszewski <jacek.anaszewski@gmail.com> | 2018-07-03 23:26:57 +0300 |
commit | 581e3ca38a1aa40b742baad39026f440445488d4 (patch) | |
tree | ec5cf8a343c294d3f6334f366fbfcb67b68e31ed /Documentation/devicetree/bindings/leds | |
parent | 9a5c1c64ac0a4d01c78328283dac7a9dc33ff0f9 (diff) | |
download | linux-581e3ca38a1aa40b742baad39026f440445488d4.tar.xz |
dt: bindings: lm3692x: Update binding for LED sync control
Update the binding to be able to configure the LED
sync to turn on.
The LM36922 has one output but can sync current to 2 LED
strings. The user may only use one sync so the other
syncs need to be disabled.
The LM36923 has 3 LED syncs.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/leds')
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-lm3692x.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-lm3692x.txt b/Documentation/devicetree/bindings/leds/leds-lm3692x.txt index 6c9074f84a51..08b352840bd7 100644 --- a/Documentation/devicetree/bindings/leds/leds-lm3692x.txt +++ b/Documentation/devicetree/bindings/leds/leds-lm3692x.txt @@ -20,7 +20,10 @@ Optional properties: - vled-supply : LED supply Required child properties: - - reg : 0 + - reg : 0 - Will enable all LED sync paths + 1 - Will enable the LED1 sync + 2 - Will enable the LED2 sync + 3 - Will enable the LED3 sync (LM36923 only) Optional child properties: - label : see Documentation/devicetree/bindings/leds/common.txt |