summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-13 12:20:53 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-13 12:20:53 +0000
commit17984c3bab278e1aed28dec6558943e4f445a2b4 (patch)
tree56a8761ede17547e43c5e71ab11ac2f1dfd15ed0 /target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch
parente4eedbb9460a20f0d5d041472481141e85f31cec (diff)
[brcm63xx] add missing alice gate2 leds (#6743)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21785 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 8f9ca8be5..da2c3784c 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);