From adfadea95ed01aa80fc95975fc93f9fb88cca422 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 6 Jun 2012 15:44:52 +0000 Subject: [brcm63xx] fix leds naming for all bcm63xx boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32086 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch') 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, -- cgit v1.2.3