2011-06-16 14:34:40 +00:00
|
|
|
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
|
|
|
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
2012-03-13 14:06:44 +00:00
|
|
|
@@ -472,6 +472,19 @@ static struct board_info __initdata boar
|
2011-06-16 14:34:40 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
.has_ohci0 = 1,
|
|
|
|
+
|
|
|
|
+ .leds = {
|
|
|
|
+ {
|
|
|
|
+ .name = "adsl",
|
|
|
|
+ .gpio = 3,
|
|
|
|
+ .active_low = 1,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ .name = "usb",
|
|
|
|
+ .gpio = 0,
|
|
|
|
+ .active_low = 1,
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
};
|
|
|
|
#endif
|
|
|
|
|