aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lp5523.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/leds/leds-lp5523.c')
-rw-r--r--drivers/leds/leds-lp5523.c3
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
815static const struct of_device_id of_lp5523_leds_match[] = { 815static 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