summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-06-13 12:20:53 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-06-13 12:20:53 +0000
commitfb941964627b43473fa4dec2645ccc9f2df16f8a (patch)
treeb8568e24f15f9c55eef4900c0d6251dd2d084d65 /target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch
parent0c5ef5387f05be9bb8d52673e9686b7d73dd9edc (diff)
downloadmaster-31e0f0ae-fb941964627b43473fa4dec2645ccc9f2df16f8a.tar.gz
master-31e0f0ae-fb941964627b43473fa4dec2645ccc9f2df16f8a.tar.bz2
master-31e0f0ae-fb941964627b43473fa4dec2645ccc9f2df16f8a.zip
add missing alice gate2 leds (#6743)
SVN-Revision: 21785
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch')
-rw-r--r--target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch18
1 files changed, 8 insertions, 10 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch b/target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch
index 8f9ca8be5a..da2c3784c9 100644
--- a/target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch
+++ b/target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch
@@ -1,11 +1,9 @@
-Index: linux-2.6.32.13/arch/mips/bcm63xx/boards/board_bcm963xx.c
-===================================================================
---- linux-2.6.32.13.orig/arch/mips/bcm63xx/boards/board_bcm963xx.c 2010-05-27 21:36:02.000000000 -0400
-+++ linux-2.6.32.13/arch/mips/bcm63xx/boards/board_bcm963xx.c 2010-05-27 21:40:56.000000000 -0400
-@@ -331,29 +331,28 @@
-
- .leds = {
- {
+--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
++++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
+@@ -331,29 +331,28 @@ static struct board_info __initdata boar
+
+ .leds = {
+ {
- .name = "adsl-fail",
- .gpio = 2,
+ .name = "line1",
@@ -42,7 +40,7 @@ Index: linux-2.6.32.13/arch/mips/bcm63xx/boards/board_bcm963xx.c
.active_low = 1,
},
},
-@@ -855,6 +854,7 @@
+@@ -855,6 +854,7 @@ static struct platform_device bcm63xx_gp
int __init board_register_devices(void)
{
u32 val;
@@ -50,7 +48,7 @@ Index: linux-2.6.32.13/arch/mips/bcm63xx/boards/board_bcm963xx.c
int button_count = 0;
if (board.has_pccard)
-@@ -902,7 +902,11 @@
+@@ -902,7 +902,11 @@ int __init board_register_devices(void)
platform_device_register_simple("GPIODEV", 0, &gpiodev_resource, 1);