diff options
| author | G.Shark Jeong <gshark.jeong@gmail.com> | 2012-09-05 03:05:58 -0400 |
|---|---|---|
| committer | Bryan Wu <bryan.wu@canonical.com> | 2012-09-11 06:32:43 -0400 |
| commit | b98d13c725920e9ab7696e0d7d19c4db1bdf6737 (patch) | |
| tree | 024bbd7b47d783f94b7f9fed71f25b406d31727c /drivers/leds/Makefile | |
| parent | 56a1e9adc83870ae9ad9ff1bf9fd8bccebdfe065 (diff) | |
leds: Add new LED driver for lm355x chips
This driver is a general version for LM355x,lm3554 and lm3556,led chips of TI.
LM3554 :
The LM3554 is a 2 MHz fixed-frequency synchronous boost
converter with 1.2A dual high side led drivers.
Datasheet: www.ti.com/lit/ds/symlink/lm3554.pdf
LM3556 :
The LM3556 is a 4 MHz fixed-frequency synchronous boost
converter plus 1.5A constant current driver for a high-current white LED.
Datasheet: www.national.com/ds/LM/LM3556.pdf
(bryan.wu@canonical.com: use flush_work() to replace flush_work_sync() which is
deprecated)
Signed-off-by: G.Shark Jeong <gshark.jeong@gmail.com>
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Diffstat (limited to 'drivers/leds/Makefile')
| -rw-r--r-- | drivers/leds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index a4429a9217bc..b57a021d1fea 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile | |||
| @@ -48,7 +48,7 @@ obj-$(CONFIG_LEDS_NETXBIG) += leds-netxbig.o | |||
| 48 | obj-$(CONFIG_LEDS_ASIC3) += leds-asic3.o | 48 | obj-$(CONFIG_LEDS_ASIC3) += leds-asic3.o |
| 49 | obj-$(CONFIG_LEDS_RENESAS_TPU) += leds-renesas-tpu.o | 49 | obj-$(CONFIG_LEDS_RENESAS_TPU) += leds-renesas-tpu.o |
| 50 | obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o | 50 | obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o |
| 51 | obj-$(CONFIG_LEDS_LM3556) += leds-lm3556.o | 51 | obj-$(CONFIG_LEDS_LM355x) += leds-lm355x.o |
| 52 | obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o | 52 | obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o |
| 53 | 53 | ||
| 54 | # LED SPI Drivers | 54 | # LED SPI Drivers |
