diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2013-01-19 21:50:44 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-02-01 17:59:34 -0500 |
commit | 1e7bf5e3629f294652517a707a28ff8fe75d3564 (patch) | |
tree | 688cfed2bc8970d1ef1fb9cb8980929fe4c3e8fc /arch/arm/mach-omap2 | |
parent | 5610b8ede8a38f5a181f77da54ce96ff620407ad (diff) |
RX-51: Add leds lp5523 names from Maemo 5 2.6.28 kernel
Add leds lp5523 names from Maemo 5 2.6.28 kernel
Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/board-rx51-peripherals.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index cf07e289b4ea..0f4012c18bc4 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c | |||
@@ -162,30 +162,39 @@ static struct tsl2563_platform_data rx51_tsl2563_platform_data = { | |||
162 | #if defined(CONFIG_LEDS_LP5523) || defined(CONFIG_LEDS_LP5523_MODULE) | 162 | #if defined(CONFIG_LEDS_LP5523) || defined(CONFIG_LEDS_LP5523_MODULE) |
163 | static struct lp5523_led_config rx51_lp5523_led_config[] = { | 163 | static struct lp5523_led_config rx51_lp5523_led_config[] = { |
164 | { | 164 | { |
165 | .name = "lp5523:kb1", | ||
165 | .chan_nr = 0, | 166 | .chan_nr = 0, |
166 | .led_current = 50, | 167 | .led_current = 50, |
167 | }, { | 168 | }, { |
169 | .name = "lp5523:kb2", | ||
168 | .chan_nr = 1, | 170 | .chan_nr = 1, |
169 | .led_current = 50, | 171 | .led_current = 50, |
170 | }, { | 172 | }, { |
173 | .name = "lp5523:kb3", | ||
171 | .chan_nr = 2, | 174 | .chan_nr = 2, |
172 | .led_current = 50, | 175 | .led_current = 50, |
173 | }, { | 176 | }, { |
177 | .name = "lp5523:kb4", | ||
174 | .chan_nr = 3, | 178 | .chan_nr = 3, |
175 | .led_current = 50, | 179 | .led_current = 50, |
176 | }, { | 180 | }, { |
181 | .name = "lp5523:b", | ||
177 | .chan_nr = 4, | 182 | .chan_nr = 4, |
178 | .led_current = 50, | 183 | .led_current = 50, |
179 | }, { | 184 | }, { |
185 | .name = "lp5523:g", | ||
180 | .chan_nr = 5, | 186 | .chan_nr = 5, |
181 | .led_current = 50, | 187 | .led_current = 50, |
182 | }, { | 188 | }, { |
189 | .name = "lp5523:r", | ||
183 | .chan_nr = 6, | 190 | .chan_nr = 6, |
184 | .led_current = 50, | 191 | .led_current = 50, |
185 | }, { | 192 | }, { |
193 | .name = "lp5523:kb5", | ||
186 | .chan_nr = 7, | 194 | .chan_nr = 7, |
187 | .led_current = 50, | 195 | .led_current = 50, |
188 | }, { | 196 | }, { |
197 | .name = "lp5523:kb6", | ||
189 | .chan_nr = 8, | 198 | .chan_nr = 8, |
190 | .led_current = 50, | 199 | .led_current = 50, |
191 | } | 200 | } |