projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
brcm63xx: Fix gpio-buttons and add LED and buttons for Tecom IGW6200 and Comtrend...
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
files
/
include
/
asm-mips
/
mach-bcm63xx
/
board_bcm963xx.h
diff --git
a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h
b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h
index
e07a07c
..
e5b9160
100644
(file)
--- a/
target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h
+++ b/
target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h
@@
-55,10
+55,10
@@
struct board_info {
struct bcm63xx_dsp_platform_data dsp;
/* GPIO LEDs */
- struct gpio_led leds[
5
];
+ struct gpio_led leds[
8
];
/* Reset button */
-
unsigned int reset_btn
;
+
struct gpio_button reset_buttons[1]
;
};
#endif /* ! BOARD_BCM963XX_H_ */
This page took
0.027008 seconds
and
4
git commands to generate.