diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-06-30 13:09:50 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-06-30 13:09:50 +0000 |
commit | 028702bc974a0fc278736f14b555629183f461d4 (patch) | |
tree | ba8c02e2c801ffc476fa0d62d7fd83c7fd1149bb /target/linux/brcm63xx/patches-3.9/301-led_count.patch | |
parent | dc7be3f64c1d858780953b64128b8f857f8b30d1 (diff) | |
download | upstream-028702bc974a0fc278736f14b555629183f461d4.tar.gz upstream-028702bc974a0fc278736f14b555629183f461d4.tar.bz2 upstream-028702bc974a0fc278736f14b555629183f461d4.zip |
bcm63xx: update patches
Update patches with their upstream versions.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37098 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.9/301-led_count.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.9/301-led_count.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/brcm63xx/patches-3.9/301-led_count.patch b/target/linux/brcm63xx/patches-3.9/301-led_count.patch index c85405ac1a..e8234b0285 100644 --- a/target/linux/brcm63xx/patches-3.9/301-led_count.patch +++ b/target/linux/brcm63xx/patches-3.9/301-led_count.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -866,6 +866,7 @@ static struct platform_device bcm63xx_gp +@@ -911,6 +911,7 @@ static struct platform_device bcm63xx_gp int __init board_register_devices(void) { int button_count = 0; @@ -8,7 +8,7 @@ if (board.has_uart0) bcm63xx_uart_register(0); -@@ -913,10 +914,16 @@ int __init board_register_devices(void) +@@ -962,10 +963,16 @@ int __init board_register_devices(void) bcm63xx_flash_register(); @@ -26,11 +26,11 @@ + platform_device_register(&bcm63xx_gpio_leds); + } - /* count number of BUTTONs defined by this device */ - while (button_count < ARRAY_SIZE(board.buttons) && board.buttons[button_count].desc) + if (board.ephy_reset_gpio && board.ephy_reset_gpio_flags) + gpio_request_one(board.ephy_reset_gpio, --- a/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h +++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h -@@ -45,7 +45,7 @@ struct board_info { +@@ -47,7 +47,7 @@ struct board_info { struct bcm63xx_dsp_platform_data dsp; /* GPIO LEDs */ |