diff options
author | Claudio Mignanti <c.mignanti@gmail.com> | 2010-01-15 13:30:46 +0000 |
---|---|---|
committer | Claudio Mignanti <c.mignanti@gmail.com> | 2010-01-15 13:30:46 +0000 |
commit | e17e2be08e63b3735e2e16c07638477129fce527 (patch) | |
tree | 292bc9c05579e2cd3ec78b60dc6d72c575401daa /target/linux/brcm63xx/files/include/asm-mips | |
parent | f3fce22b2f68562da556731871ac7586bdae82e6 (diff) | |
download | master-187ad058-e17e2be08e63b3735e2e16c07638477129fce527.tar.gz master-187ad058-e17e2be08e63b3735e2e16c07638477129fce527.tar.bz2 master-187ad058-e17e2be08e63b3735e2e16c07638477129fce527.zip |
bcm63xx: add gpio leds to alice gate
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19152 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/files/include/asm-mips')
-rw-r--r-- | target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 e07a07c88c..0482c69548 100644 --- 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,7 +55,7 @@ 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; |