summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/mc13xxx.h
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-06-10 09:59:31 -0700
committerBryan Wu <cooloney@gmail.com>2013-06-20 16:21:34 -0700
commitae6cdb03ef1d352c489d6c86e0bcec51365a2c64 (patch)
tree32e4198c16fe247afc09269cfd445ef929e36c95 /include/linux/mfd/mc13xxx.h
parent9d263813c27e2ad3da7ea0877e623f4ff8767ddd (diff)
downloadlinux-ae6cdb03ef1d352c489d6c86e0bcec51365a2c64.tar.bz2
leds: leds-mc13783: Add MC13892 LED support
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Tested-by: Philippe Retornaz <philippe.retornaz@epfl.ch> Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'include/linux/mfd/mc13xxx.h')
-rw-r--r--include/linux/mfd/mc13xxx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/mfd/mc13xxx.h b/include/linux/mfd/mc13xxx.h
index ee280f16350c..41ed59276c00 100644
--- a/include/linux/mfd/mc13xxx.h
+++ b/include/linux/mfd/mc13xxx.h
@@ -92,6 +92,13 @@ enum {
MC13783_LED_R3,
MC13783_LED_G3,
MC13783_LED_B3,
+ /* MC13892 LED IDs */
+ MC13892_LED_MD,
+ MC13892_LED_AD,
+ MC13892_LED_KP,
+ MC13892_LED_R,
+ MC13892_LED_G,
+ MC13892_LED_B,
};
struct mc13xxx_led_platform_data {