diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-06-10 12:59:31 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2013-06-20 19:21:34 -0400 |
commit | ae6cdb03ef1d352c489d6c86e0bcec51365a2c64 (patch) | |
tree | 32e4198c16fe247afc09269cfd445ef929e36c95 /include | |
parent | 9d263813c27e2ad3da7ea0877e623f4ff8767ddd (diff) |
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')
-rw-r--r-- | include/linux/mfd/mc13xxx.h | 7 |
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 { | |||
92 | MC13783_LED_R3, | 92 | MC13783_LED_R3, |
93 | MC13783_LED_G3, | 93 | MC13783_LED_G3, |
94 | MC13783_LED_B3, | 94 | MC13783_LED_B3, |
95 | /* MC13892 LED IDs */ | ||
96 | MC13892_LED_MD, | ||
97 | MC13892_LED_AD, | ||
98 | MC13892_LED_KP, | ||
99 | MC13892_LED_R, | ||
100 | MC13892_LED_G, | ||
101 | MC13892_LED_B, | ||
95 | }; | 102 | }; |
96 | 103 | ||
97 | struct mc13xxx_led_platform_data { | 104 | struct mc13xxx_led_platform_data { |