diff options
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, |