leds: lp55xx: support dynamic channel settings in the device tree structure
authorKim, Milo <Milo.Kim@ti.com>
Tue, 7 May 2013 07:14:48 +0000 (00:14 -0700)
committerBryan Wu <cooloney@gmail.com>
Thu, 20 Jun 2013 23:21:32 +0000 (16:21 -0700)
commit2dac912809490ea3a6e5c16b83b54a08f36fc3d9
tree68d8add3b89ab7434d3fca6899eecaa5308fe95b
parenta036e4cde5f29da010ead845569ff1e1ecc32d2a
leds: lp55xx: support dynamic channel settings in the device tree structure

Currently, the LP55xx DT structure supports max 3 channels.
However, LP5523 has max 9 channels and LP5562 has 4 channels.
To enhance this constraint, the DT structure has been changed.

 (a) Use the child node for various channel settings instead of fixed array
 (b) Remove 'num_channel' property.
     This value can be retrieved by counting the children node.
 (c) 'chan-name' property supported
 (d) Documentation updates for LP5521 and LP5523

(cooloney@gmail.com: fix a coding style issue in leds-lp55xx.txt)

Cc: Gabriel Fernandez <gabriel.fernandez@stericsson.com>
Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Documentation/devicetree/bindings/leds/leds-lp55xx.txt
drivers/leds/leds-lp55xx-common.c
This page took 0.025072 seconds and 5 git commands to generate.