summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-06 15:44:52 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-06 15:44:52 +0000
commitadfadea95ed01aa80fc95975fc93f9fb88cca422 (patch)
treef1acb6e9151bc658e8cc8f8fcaaee6189083f1c6 /target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch
parent32b9ee0930f6997083e199d27d25043653220be0 (diff)
[brcm63xx] fix leds naming for all bcm63xx boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32086 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch b/target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch
index 5547222d7..c1cb91769 100644
--- a/target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch
+++ b/target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch
@@ -26,7 +26,7 @@
+
+ .has_dsp = 1,
+ .dsp = {
-+ .gpio_rst = 8, /* FIXME: What is real GPIO here? */
++ .gpio_rst = 8, /* FIXME: What is real GPIO here? */
+ .gpio_int = 34,
+ .ext_irq = 2,
+ .cs = 2,
@@ -34,22 +34,22 @@
+
+ .leds = {
+ {
-+ .name = "line1",
++ .name = "GW6200:green:line1",
+ .gpio = 4,
+ .active_low = 1,
+ },
+ {
-+ .name = "line2",
++ .name = "GW6200:green:line2",
+ .gpio = 5,
+ .active_low = 1,
+ },
+ {
-+ .name = "line3",
++ .name = "GW6200:green:line3",
+ .gpio = 6,
+ .active_low = 1,
+ },
+ {
-+ .name = "tel",
++ .name = "GW6200:green:tel",
+ .gpio = 7,
+ .active_low = 1,
+ },
@@ -113,7 +113,7 @@
static struct board_info __initdata board_FAST2404 = {
.name = "F@ST2404",
.expected_cpu_id = 0x6348,
-@@ -1419,6 +1525,8 @@ static const struct board_info __initdat
+@@ -1417,6 +1523,8 @@ static const struct board_info __initdat
#ifdef CONFIG_BCM63XX_CPU_6348
&board_96348r,
&board_96348gw,