X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fleds%2Fleds-lp5523.c;h=9e1716f8098ca2b95aa9e558b912968af8d1e2ed;hb=e178e7d6df38dab67f51df4282927c4c7392879f;hp=cb5ed82994baed92157bcebc27c27c6fb1d173a1;hpb=170b5910d9fbea79de1bb40df22eda5f98250c0c;p=mirror_ubuntu-bionic-kernel.git 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 @@ /* - * lp5523.c - LP5523 LED Driver + * lp5523.c - LP5523, LP55231 LED Driver * * Copyright (C) 2010 Nokia Corporation * Copyright (C) 2012 Texas Instruments @@ -814,6 +814,7 @@ MODULE_DEVICE_TABLE(i2c, lp5523_id); #ifdef CONFIG_OF static const struct of_device_id of_lp5523_leds_match[] = { { .compatible = "national,lp5523", }, + { .compatible = "ti,lp55231", }, {}, };