diff options
author | Daniel Mack <zonque@gmail.com> | 2014-05-05 07:46:54 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-05-08 02:28:08 -0400 |
commit | 9ef8c877e4ffca969fb2f1260ee133b12b563c2c (patch) | |
tree | d95de7216802f599c3bb7a9bcb4f5358c0dcef8f /drivers/leds | |
parent | 1175d5bc7b490a5175c955b4e656f42577a43ecf (diff) |
leds: lp55xx: add DT bindings for LP55231
The TI55231 appears to be fully compatible to the 5523 model from
National Semicondutor. This patch just adds DT bindings for it.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Acked-by: Milo Kim <milo.kim@ti.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/leds-lp5523.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/leds/leds-lp5523.c b/drivers/leds/leds-lp5523.c index cb5ed82994ba..9e1716f8098c 100644 --- a/drivers/leds/leds-lp5523.c +++ b/drivers/leds/leds-lp5523.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * lp5523.c - LP5523 LED Driver | 2 | * lp5523.c - LP5523, LP55231 LED Driver |
3 | * | 3 | * |
4 | * Copyright (C) 2010 Nokia Corporation | 4 | * Copyright (C) 2010 Nokia Corporation |
5 | * Copyright (C) 2012 Texas Instruments | 5 | * Copyright (C) 2012 Texas Instruments |
@@ -814,6 +814,7 @@ MODULE_DEVICE_TABLE(i2c, lp5523_id); | |||
814 | #ifdef CONFIG_OF | 814 | #ifdef CONFIG_OF |
815 | static const struct of_device_id of_lp5523_leds_match[] = { | 815 | static const struct of_device_id of_lp5523_leds_match[] = { |
816 | { .compatible = "national,lp5523", }, | 816 | { .compatible = "national,lp5523", }, |
817 | { .compatible = "ti,lp55231", }, | ||
817 | {}, | 818 | {}, |
818 | }; | 819 | }; |
819 | 820 | ||