[brcm63xx] fix alarm led color for board 96348A-122
[openwrt.git] / target / linux / brcm63xx / patches-3.3 / 506-board_gw6200_gw6000.patch
index d5bde815e64f43b1f61beaf3b36f136e66cccd9a..c1cb917691c5a1355cae330e5ea3573efdcb57e8 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -536,6 +536,112 @@ static struct board_info __initdata boar
+@@ -426,6 +426,112 @@ static struct board_info __initdata boar
        },
  };
  
@@ -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,
 +
 +      .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,
 +              },
  static struct board_info __initdata board_FAST2404 = {
        .name                           = "F@ST2404",
        .expected_cpu_id                = 0x6348,
-@@ -1420,6 +1526,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,