ar71xx: change LED name prefix on the jjplus boards

SVN-Revision: 30956
This commit is contained in:
Gabor Juhos
2012-03-16 18:00:26 +00:00
parent 90279757bb
commit a680662391
2 changed files with 4 additions and 4 deletions

View File

@@ -28,15 +28,15 @@
static struct gpio_led ja76pf_leds_gpio[] __initdata = {
{
.name = "ja76pf:green:led1",
.name = "jjplus:green:led1",
.gpio = JA76PF_GPIO_LED_1,
.active_low = 1,
}, {
.name = "ja76pf:green:led2",
.name = "jjplus:green:led2",
.gpio = JA76PF_GPIO_LED_2,
.active_low = 1,
}, {
.name = "ja76pf:green:led3",
.name = "jjplus:green:led3",
.gpio = JA76PF_GPIO_LED_3,
.active_low = 1,
}