diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-06 15:44:52 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-06 15:44:52 +0000 |
commit | adfadea95ed01aa80fc95975fc93f9fb88cca422 (patch) | |
tree | f1acb6e9151bc658e8cc8f8fcaaee6189083f1c6 /target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch | |
parent | 32b9ee0930f6997083e199d27d25043653220be0 (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.patch | 12 |
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 5547222d71..c1cb917691 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, |