diff options
| author | Sebastian Reichel <sre@debian.org> | 2013-10-22 14:02:56 -0400 |
|---|---|---|
| committer | Bryan Wu <cooloney@gmail.com> | 2013-10-25 13:13:25 -0400 |
| commit | 30dae2f98612d7c8cd855861b9de205ebd9ef4fa (patch) | |
| tree | b1932be08b325d8bae0df489d9d78b2f433841f4 /Documentation | |
| parent | b0bb83df0a004ff6ef9b1a11784361c9eb63dbf9 (diff) | |
leds: lp55xx: handle enable pin in driver
This patch moves the handling of the chip's enable pin from the board
code into the driver. It also updates all board-code files using the
driver to incorporate this change.
This is needed for device tree support of the enable pin.
Signed-off-by: Sebastian Reichel <sre@debian.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/leds/leds-lp55xx.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-lp55xx.txt b/Documentation/devicetree/bindings/leds/leds-lp55xx.txt index d221e75d90fa..c55b8c016a9e 100644 --- a/Documentation/devicetree/bindings/leds/leds-lp55xx.txt +++ b/Documentation/devicetree/bindings/leds/leds-lp55xx.txt | |||
| @@ -10,6 +10,7 @@ Each child has own specific current settings | |||
| 10 | - max-cur: Maximun current at each led channel. | 10 | - max-cur: Maximun current at each led channel. |
| 11 | 11 | ||
| 12 | Optional properties: | 12 | Optional properties: |
| 13 | - enable-gpio: GPIO attached to the chip's enable pin | ||
| 13 | - label: Used for naming LEDs | 14 | - label: Used for naming LEDs |
| 14 | - pwr-sel: LP8501 specific property. Power selection for output channels. | 15 | - pwr-sel: LP8501 specific property. Power selection for output channels. |
| 15 | 0: D1~9 are connected to VDD | 16 | 0: D1~9 are connected to VDD |
