2012-02-04 10:17:27 +00:00
|
|
|
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
|
|
|
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
2012-06-05 13:40:41 +00:00
|
|
|
@@ -1059,6 +1059,19 @@ static struct board_info __initdata boar
|
2012-02-04 10:17:27 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
.has_ohci0 = 1,
|
|
|
|
+
|
|
|
|
+ .leds = {
|
|
|
|
+ {
|
2012-06-06 15:44:52 +00:00
|
|
|
+ .name = "96348GW-A::adsl",
|
2012-02-04 10:17:27 +00:00
|
|
|
+ .gpio = 3,
|
|
|
|
+ .active_low = 1,
|
|
|
|
+ },
|
|
|
|
+ {
|
2012-06-06 15:44:52 +00:00
|
|
|
+ .name = "96348GW-A::usb",
|
2012-02-04 10:17:27 +00:00
|
|
|
+ .gpio = 0,
|
|
|
|
+ .active_low = 1,
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
};
|
|
|
|
|
2012-06-05 13:40:41 +00:00
|
|
|
static struct board_info __initdata board_96348_D4PW = {
|