2012-03-05 14:23:45 +00:00
|
|
|
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
|
|
|
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
2012-07-31 14:27:47 +00:00
|
|
|
@@ -586,6 +586,17 @@ static struct board_info __initdata boar
|
2012-03-05 14:23:45 +00:00
|
|
|
.active_low = 1,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
+
|
|
|
|
+ .buttons = {
|
|
|
|
+ {
|
|
|
|
+ .desc = "reset",
|
|
|
|
+ .gpio = 6,
|
|
|
|
+ .active_low = 1,
|
|
|
|
+ .type = EV_KEY,
|
|
|
|
+ .code = KEY_RESTART,
|
2012-05-02 15:40:26 +00:00
|
|
|
+ .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
|
2012-03-05 14:23:45 +00:00
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct board_info __initdata board_96348gw_11 = {
|