[brcm63xx] fix leds naming for all bcm63xx boards
authorFlorian Fainelli <florian@openwrt.org>
Wed, 6 Jun 2012 15:44:52 +0000 (15:44 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 6 Jun 2012 15:44:52 +0000 (15:44 +0000)
SVN-Revision: 32086

26 files changed:
target/linux/brcm63xx/patches-3.3/319-board_leds_naming.patch [new file with mode: 0644]
target/linux/brcm63xx/patches-3.3/500-board-D4PW.patch
target/linux/brcm63xx/patches-3.3/501-board-NB4.patch
target/linux/brcm63xx/patches-3.3/502-board-96338W2_E7T.patch
target/linux/brcm63xx/patches-3.3/503-board-CPVA642.patch
target/linux/brcm63xx/patches-3.3/504-board_dsl_274xb_rev_c.patch
target/linux/brcm63xx/patches-3.3/505-board_spw500v.patch
target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch
target/linux/brcm63xx/patches-3.3/507-board-MAGIC.patch
target/linux/brcm63xx/patches-3.3/508-board_hw553.patch
target/linux/brcm63xx/patches-3.3/509-board_rta1320_16m.patch
target/linux/brcm63xx/patches-3.3/510-board_spw303v.patch
target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch
target/linux/brcm63xx/patches-3.3/512-board_BTV2110.patch
target/linux/brcm63xx/patches-3.3/514-board_ct536_ct5621.patch
target/linux/brcm63xx/patches-3.3/515-board_DWV-S0_fixes.patch
target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch
target/linux/brcm63xx/patches-3.3/519_board_CPVA502plus.patch
target/linux/brcm63xx/patches-3.3/520-bcm63xx-add-support-for-96368MVWG-board.patch
target/linux/brcm63xx/patches-3.3/521-bcm63xx-add-support-for-96368MVNgr-board.patch
target/linux/brcm63xx/patches-3.3/522-MIPS-BCM63XX-add-96328avng-reference-board.patch
target/linux/brcm63xx/patches-3.3/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch
target/linux/brcm63xx/patches-3.3/524-board_dsl_274xb_rev_f.patch
target/linux/brcm63xx/patches-3.3/550-alice_gate2_leds.patch
target/linux/brcm63xx/patches-3.3/551-96348gw_a_leds.patch
target/linux/brcm63xx/patches-3.3/801-ssb_export_fallback_sprom.patch

diff --git a/target/linux/brcm63xx/patches-3.3/319-board_leds_naming.patch b/target/linux/brcm63xx/patches-3.3/319-board_leds_naming.patch
new file mode 100644 (file)
index 0000000..798e801
--- /dev/null
@@ -0,0 +1,267 @@
+--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
++++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
+@@ -61,28 +61,28 @@ static struct board_info __initdata boar
+       .leds = {
+               {
+-                      .name           = "adsl",
++                      .name           = "96338GW:green:adsl",
+                       .gpio           = 3,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ses",
++                      .name           = "96338GW:green:ses",
+                       .gpio           = 5,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ppp-fail",
++                      .name           = "96338GW:green:ppp-fail",
+                       .gpio           = 4,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "power",
++                      .name           = "96338GW!green:power",
+                       .gpio           = 0,
+                       .active_low     = 1,
+                       .default_trigger = "default-on",
+               },
+               {
+-                      .name           = "stop",
++                      .name           = "96338GW:green:stop",
+                       .gpio           = 1,
+                       .active_low     = 1,
+               }
+@@ -102,28 +102,28 @@ static struct board_info __initdata boar
+       .leds = {
+               {
+-                      .name           = "adsl",
++                      .name           = "96338W:green:adsl",
+                       .gpio           = 3,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ses",
++                      .name           = "96338W:green:ses",
+                       .gpio           = 5,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ppp-fail",
++                      .name           = "96338W:green:ppp-fail",
+                       .gpio           = 4,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "power",
++                      .name           = "96338W:green:power",
+                       .gpio           = 0,
+                       .active_low     = 1,
+                       .default_trigger = "default-on",
+               },
+               {
+-                      .name           = "stop",
++                      .name           = "96338W:green:stop",
+                       .gpio           = 1,
+                       .active_low     = 1,
+               },
+@@ -162,29 +162,29 @@ static struct board_info __initdata boar
+       .leds = {
+               {
+-                      .name           = "adsl-fail",
++                      .name           = "96348R:green:adsl-fail",
+                       .gpio           = 2,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ppp",
++                      .name           = "96348R:green:ppp",
+                       .gpio           = 3,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ppp-fail",
++                      .name           = "96348R:green:ppp-fail",
+                       .gpio           = 4,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "power",
++                      .name           = "96348R:green:power",
+                       .gpio           = 0,
+                       .active_low     = 1,
+                       .default_trigger = "default-on",
+               },
+               {
+-                      .name           = "stop",
++                      .name           = "96348R:green:stop",
+                       .gpio           = 1,
+                       .active_low     = 1,
+               },
+@@ -223,28 +223,28 @@ static struct board_info __initdata boar
+       .leds = {
+               {
+-                      .name           = "adsl-fail",
++                      .name           = "96348GW-10:green:adsl-fail",
+                       .gpio           = 2,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ppp",
++                      .name           = "96348GW-10:green:ppp",
+                       .gpio           = 3,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ppp-fail",
++                      .name           = "96348GW-10:green:ppp-fail",
+                       .gpio           = 4,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "power",
++                      .name           = "96348GW-10:green:power",
+                       .gpio           = 0,
+                       .active_low     = 1,
+                       .default_trigger = "default-on",
+               },
+               {
+-                      .name           = "stop",
++                      .name           = "96348GW-10:green:stop",
+                       .gpio           = 1,
+                       .active_low     = 1,
+               },
+@@ -277,28 +277,28 @@ static struct board_info __initdata boar
+       .leds = {
+               {
+-                      .name           = "adsl-fail",
++                      .name           = "96348GW-11:green:adsl-fail",
+                       .gpio           = 2,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ppp",
++                      .name           = "96348GW-11:green:ppp",
+                       .gpio           = 3,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ppp-fail",
++                      .name           = "96348GW-11:green:ppp-fail",
+                       .gpio           = 4,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "power",
++                      .name           = "96348GW-11:green:power",
+                       .gpio           = 0,
+                       .active_low     = 1,
+                       .default_trigger = "default-on",
+               },
+               {
+-                      .name           = "stop",
++                      .name           = "96348GW-11:green:stop",
+                       .gpio           = 1,
+                       .active_low     = 1,
+               },
+@@ -345,28 +345,28 @@ static struct board_info __initdata boar
+       .leds = {
+               {
+-                      .name           = "adsl-fail",
++                      .name           = "96348GW:green:adsl-fail",
+                       .gpio           = 2,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ppp",
++                      .name           = "96348GW:green:ppp",
+                       .gpio           = 3,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ppp-fail",
++                      .name           = "96348GW:green:ppp-fail",
+                       .gpio           = 4,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "power",
++                      .name           = "96348GW:green:power",
+                       .gpio           = 0,
+                       .active_low     = 1,
+                       .default_trigger = "default-on",
+               },
+               {
+-                      .name           = "stop",
++                      .name           = "96348GW:green:stop",
+                       .gpio           = 1,
+                       .active_low     = 1,
+               },
+@@ -498,27 +498,27 @@ static struct board_info __initdata boar
+       .leds = {
+               {
+-                      .name           = "adsl-fail",
++                      .name           = "96358VW:green:adsl-fail",
+                       .gpio           = 15,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ppp",
++                      .name           = "96358VW:green:ppp",
+                       .gpio           = 22,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ppp-fail",
++                      .name           = "96358VW:green:ppp-fail",
+                       .gpio           = 23,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "power",
++                      .name           = "96358VW:green:power",
+                       .gpio           = 4,
+                       .default_trigger = "default-on",
+               },
+               {
+-                      .name           = "stop",
++                      .name           = "96358VW:green:stop",
+                       .gpio           = 5,
+               },
+       },
+@@ -550,22 +550,22 @@ static struct board_info __initdata boar
+       .leds = {
+               {
+-                      .name           = "adsl",
++                      .name           = "96358VW2:green:adsl",
+                       .gpio           = 22,
+                       .active_low     = 1,
+               },
+               {
+-                      .name           = "ppp-fail",
++                      .name           = "96358VW2:green:ppp-fail",
+                       .gpio           = 23,
+               },
+               {
+-                      .name           = "power",
++                      .name           = "96358VW2:green:power",
+                       .gpio           = 5,
+                       .active_low     = 1,
+                       .default_trigger = "default-on",
+               },
+               {
+-                      .name           = "stop",
++                      .name           = "96358VW2:green:stop",
+                       .gpio           = 4,
+                       .active_low     = 1,
+               },
index e1283596e5ed9748343ff5f3ab1575c9170c75d9..d3d35d7a724c1fa91a746a95d7c5c55a8bbf6cf2 100644 (file)
 +
 +      .leds = {
 +              {
-+                      .name           = "power:green",
++                      .name           = "D-4P-W:green:power",
 +                      .gpio           = 0,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "status",
++                      .name           = "D-4P-W::status",
 +                      .gpio           = 3,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "internet:green",
++                      .name           = "D-4P-W:green:internet",
 +                      .gpio           = 4,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "internet:red",
++                      .name           = "D-4P-W:red:internet",
 +                      .gpio           = 5,
 +                      .active_low     = 1,
 +              },
index 812eaa2cf221158c178e7fb9f4992b78305caf41..2432b3a0be0b7580623d5f4b8d29506eda537011 100644 (file)
 +
 +      .leds = {
 +              {
-+                      .name           = "adsl",
++                      .name           = "NB4-SER-r0:white:adsl",
 +                      .gpio           = NB4_74HC64_GPIO(4),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "traffic",
++                      .name           = "NB4-SER-r0:white:traffic",
 +                      .gpio           = 2,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "tel",
++                      .name           = "NB4-SER-r0:white:tel",
 +                      .gpio           = NB4_74HC64_GPIO(3),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "tv",
++                      .name           = "NB4-SER-r0:white:tv",
 +                      .gpio           = NB4_74HC64_GPIO(2),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "wifi",
++                      .name           = "NB4-SER-r0:white:wifi",
 +                      .gpio           = 15,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "alarm",
++                      .name           = "NB4-SER-r0:white:alarm",
 +                      .gpio           = NB4_74HC64_GPIO(0),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "service:red",
++                      .name           = "NB4-SER-r0:red:service",
 +                      .gpio           = 29,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "service:green",
++                      .name           = "NB4-SER-r0:green:service",
 +                      .gpio           = 30,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "service:blue",
++                      .name           = "NB4-SER-r0:blue:service",
 +                      .gpio           = 4,
 +                      .active_low     = 1,
 +              },
 +
 +      .leds = {
 +              {
-+                      .name           = "adsl",
++                      .name           = "NB4-SER-r1:white:adsl",
 +                      .gpio           = NB4_74HC64_GPIO(4),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "traffic",
++                      .name           = "NB4-SER-r1:white:traffic",
 +                      .gpio           = 2,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "tel",
++                      .name           = "NB4-SER-r1:white:tel",
 +                      .gpio           = NB4_74HC64_GPIO(3),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "tv",
++                      .name           = "NB4-SER-r1:white:tv",
 +                      .gpio           = NB4_74HC64_GPIO(2),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "wifi",
++                      .name           = "NB4-SER-r1:white:wifi",
 +                      .gpio           = 15,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "alarm",
++                      .name           = "NB4-SER-r1:white:alarm",
 +                      .gpio           = NB4_74HC64_GPIO(0),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "service:red",
++                      .name           = "NB4-SER-r1:red:service",
 +                      .gpio           = 29,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "service:green",
++                      .name           = "NB4-SER-r1:green:service",
 +                      .gpio           = 30,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "service:blue",
++                      .name           = "NB4-SER-r1:blue:service",
 +                      .gpio           = 4,
 +                      .active_low     = 1,
 +              },
 +
 +      .leds = {
 +              {
-+                      .name           = "adsl",
++                      .name           = "NB4-SER-r2:white:adsl",
 +                      .gpio           = NB4_74HC64_GPIO(4),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "traffic",
++                      .name           = "NB4-SER-r2:white:traffic",
 +                      .gpio           = 2,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "tel",
++                      .name           = "NB4-SER-r2:white:tel",
 +                      .gpio           = NB4_74HC64_GPIO(3),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "tv",
++                      .name           = "NB4-SER-r2:white:tv",
 +                      .gpio           = NB4_74HC64_GPIO(2),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "wifi",
++                      .name           = "NB4-SER-r2:white:wifi",
 +                      .gpio           = 15,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "alarm",
++                      .name           = "NB4-SER-r2:white:alarm",
 +                      .gpio           = NB4_74HC64_GPIO(0),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "service:red",
++                      .name           = "NB4-SER-r2:red:service",
 +                      .gpio           = 29,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "service:green",
++                      .name           = "NB4-SER-r2:green:service",
 +                      .gpio           = 30,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "service:blue",
++                      .name           = "NB4-SER-r2:blue:service",
 +                      .gpio           = 4,
 +                      .active_low     = 1,
 +              },
 +
 +      .leds = {
 +              {
-+                      .name           = "adsl",
++                      .name           = "NB4-FXC-r1:white:adsl",
 +                      .gpio           = NB4_74HC64_GPIO(4),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "traffic",
++                      .name           = "NB4-FXC-r1:white:traffic",
 +                      .gpio           = 2,
 +              },
 +              {
-+                      .name           = "tel",
++                      .name           = "NB4-FXC-r1:white:tel",
 +                      .gpio           = NB4_74HC64_GPIO(3),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "tv",
++                      .name           = "NB4-FXC-r1:white:tv",
 +                      .gpio           = NB4_74HC64_GPIO(2),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "wifi",
++                      .name           = "NB4-FXC-r1:white:wifi",
 +                      .gpio           = 15,
 +              },
 +              {
-+                      .name           = "alarm",
++                      .name           = "NB4-FXC-r1:white:alarm",
 +                      .gpio           = NB4_74HC64_GPIO(0),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "service:red",
++                      .name           = "NB4-FXC-r1:red:service",
 +                      .gpio           = 29,
 +              },
 +              {
-+                      .name           = "service:green",
++                      .name           = "NB4-FXC-r1:green:service",
 +                      .gpio           = 30,
 +              },
 +              {
-+                      .name           = "service:blue",
++                      .name           = "NB4-FXC-r1:blue:service",
 +                      .gpio           = 4,
 +              },
 +      },
 +
 +      .leds = {
 +              {
-+                      .name           = "adsl",
++                      .name           = "NB4-FXC-r2:white:adsl",
 +                      .gpio           = NB4_74HC64_GPIO(4),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "traffic",
++                      .name           = "NB4-FXC-r2:white:traffic",
 +                      .gpio           = 2,
 +              },
 +              {
-+                      .name           = "tel",
++                      .name           = "NB4-FXC-r2:white:tel",
 +                      .gpio           = NB4_74HC64_GPIO(3),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "tv",
++                      .name           = "NB4-FXC-r2:white:tv",
 +                      .gpio           = NB4_74HC64_GPIO(2),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "wifi",
++                      .name           = "NB4-FXC-r2:white:wifi",
 +                      .gpio           = 15,
 +              },
 +              {
-+                      .name           = "alarm",
++                      .name           = "NB4-FXC-r2:white:alarm",
 +                      .gpio           = NB4_74HC64_GPIO(0),
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "service:red",
++                      .name           = "NB4-FXC-r2:red:service",
 +                      .gpio           = 29,
 +              },
 +              {
-+                      .name           = "service:green",
++                      .name           = "NB4-FXC-r2:green:service",
 +                      .gpio           = 30,
 +              },
 +              {
-+                      .name           = "service:blue",
++                      .name           = "NB4-FXC-r2:blue:service",
 +                      .gpio           = 4,
 +              },
 +      },
index ff27572ba8e3abd672b72df5b924c4ece37bd7ea..a9e39987c2283e6ac05f3a6b941c8eb4a825b319 100644 (file)
 +
 +              .leds = {
 +              {
-+                      .name           = "ppp",
++                      .name           = "96338W2_E7T:green:ppp",
 +                      .gpio           = 4,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "ppp-fail",
++                      .name           = "96338W2_E7T:green:ppp-fail",
 +                      .gpio           = 5,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "power",
++                      .name           = "96338W2_E7T:green:power",
 +                      .gpio           = 0,
 +                      .active_low     = 1,
 +                      .default_trigger = "default-on",
index a9cca53a14536f91b8da2945e6a22b915f395036..2edadfdcc1347cea9cda650b7bc48287aeff5d47 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -663,6 +663,98 @@ static struct board_info __initdata boar
+@@ -663,6 +663,96 @@ static struct board_info __initdata boar
        },
  };
  
 +      .has_ehci0 = 1,
 +
 +      .leds = {
-+          /* bi-color */
 +              {
-+                      .name           = "power:red",
++                      .name           = "CPVA642:red:power",
 +                      .gpio           = 14,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "power:green",
++                      .name           = "CPVA642:green:power",
 +                      .gpio           = 11,
 +                      .active_low     = 1,
 +                      .default_trigger = "default-on",
 +              },
 +              {
-+                      .name           = "wifi:red",
++                      .name           = "CPVA642:red:wifi",
 +                      .gpio           = 6,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "wifi:green",
++                      .name           = "CPVA642:green:wifi",
 +                      .gpio           = 28,
 +                      .active_low     = 0,
 +              },
 +              {
-+                      .name           = "link:red",
++                      .name           = "CPVA642:red:link",
 +                      .gpio           = 9,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "link:green",
++                      .name           = "CPVA642:green:link",
 +                      .gpio           = 10,
 +                      .active_low     = 1,
 +              },
-+              /* green only */
 +              {
-+                      .name           = "ether",
++                      .name           = "CPVA642:green:ether",
 +                      .gpio           = 1,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "phone1",
++                      .name           = "CPVA642:green:phone1",
 +                      .gpio           = 4,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "phone2",
++                      .name           = "CPVA642:green:phone2",
 +                      .gpio           = 2,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "usb",
++                      .name           = "CPVA642:green:usb",
 +                      .gpio           = 3,
 +                      .active_low     = 1,
 +              },
@@ -99,7 +97,7 @@
  static struct board_info __initdata board_AGPFS0 = {
        .name                           = "AGPF-S0",
        .expected_cpu_id                = 0x6358,
-@@ -1226,6 +1318,7 @@ static const struct board_info __initdat
+@@ -1226,6 +1316,7 @@ static const struct board_info __initdat
        &board_96358vw,
        &board_96358vw2,
        &board_AGPFS0,
index ba10d15c2a516309fe3fcbd8cd43cd9f7db444bc..13844f69cbb51655335a65a211ec920c57a584c0 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -799,6 +799,59 @@ static struct board_info __initdata boar
+@@ -797,6 +797,59 @@ static struct board_info __initdata boar
        .has_ohci0                      = 1,
  };
  
@@ -60,7 +60,7 @@
  struct spi_gpio_platform_data nb4_spi_gpio_data = {
        .sck            = NB4_SPI_GPIO_CLK,
        .mosi           = NB4_SPI_GPIO_MOSI,
-@@ -1320,6 +1373,7 @@ static const struct board_info __initdat
+@@ -1318,6 +1371,7 @@ static const struct board_info __initdat
        &board_AGPFS0,
        &board_CPVA642,
        &board_DWVS0,
index 520678d9eb8719c436e674a2bac9045efb46e056..559130b7ed5612af60c4dc1ec46f90421293ba4c 100644 (file)
 +
 +      .leds = {
 +              {
-+                      .name           = "power:red",
++                      .name           = "SPW500V:red:power",
 +                      .gpio           = 1,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "power:green",
++                      .name           = "SPW500V:green:power",
 +                      .gpio           = 0,
 +                      .active_low     = 1,
 +                      .default_trigger = "default-on",
 +              },
 +              {
-+                      .name           = "ppp",
++                      .name           = "SPW500V:green:ppp",
 +                      .gpio           = 3,
 +                      .active_low     = 1,
 +              },
-+              {       .name           = "pstn",
++              {       .name           = "SPW500V:green:pstn",
 +                      .gpio           = 28,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "voip",
++                      .name           = "SPW500V:green:voip",
 +                      .gpio           = 32,
 +                      .active_low     = 1,
 +              },
@@ -68,7 +68,7 @@
  #endif
  
  /*
-@@ -1365,6 +1426,7 @@ static const struct board_info __initdat
+@@ -1363,6 +1424,7 @@ static const struct board_info __initdat
        &board_96348gw_a,
        &board_rta1025w_16,
        &board_96348_D4PW,
index 5547222d7111d1b220d2a0db8bde71f3b3780151..c1cb917691c5a1355cae330e5ea3573efdcb57e8 100644 (file)
@@ -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,
-@@ -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,
index 63d9e14d7ef34347c2df2b07796f68a7bcf4b8ab..5b2c2aff11a9640d11b8e3b2f2d7afd6b2c41cb6 100644 (file)
 +
 +      .leds = {
 +              {
-+                      .name           = "voip",
++                      .name           = "MAGIC:green:voip",
 +                      .gpio           = 22,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "adsl",
++                      .name           = "MAGIC:green:adsl",
 +                      .gpio           = 5,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "wifi",
++                      .name           = "MAGIC:green:wifi",
 +                      .gpio           = 28,
 +              },
 +              {
-+                      .name           = "usb",
++                      .name           = "MAGIC:green:usb",
 +                      .gpio           = 35,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "hpna",
++                      .name           = "MAGIC:green:hpna",
 +                      .gpio           = 4,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "power",
++                      .name           = "MAGIC:green:power",
 +                      .gpio           = 0,
 +                      .active_low     = 1,
 +                      .default_trigger = "default-on",
 +              },
 +              {
-+                      .name           = "stop",
++                      .name           = "MAGIC:green:stop",
 +                      .gpio           = 1,
 +                      .active_low     = 1,
 +              },
@@ -77,7 +77,7 @@
  #endif
  
  /*
-@@ -1535,6 +1605,7 @@ static const struct board_info __initdat
+@@ -1533,6 +1603,7 @@ static const struct board_info __initdat
        &board_rta1025w_16,
        &board_96348_D4PW,
        &board_spw500v,
index 43f6b73ad896d669bd673d11c5845fa26eec316a..15c669be5ef8cd67c9d7a58d5a61088a0d549605 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1578,6 +1578,81 @@ static struct board_info __initdata boar
+@@ -1576,6 +1576,80 @@ static struct board_info __initdata boar
        .spis = nb4_spi_devices,
        .num_spis = ARRAY_SIZE(nb4_spi_devices),
  };
 +      .has_ehci0 = 1,
 +
 +      .leds = {
-+              /*Each led on HW553 is bi-color (except wifi) */
 +              {
-+                      .name           = "lan:red",
++                      .name           = "HW553:red:lan",
 +                      .gpio           = 34,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "lan:blue",
++                      .name           = "HW553:blue:lan",
 +                      .gpio           = 35,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "adsl:red",
++                      .name           = "HW553:red:adsl",
 +                      .gpio           = 22,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "adsl:blue",
++                      .name           = "HW553:blue:adsl",
 +                      .gpio           = 23,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "power:red",
++                      .name           = "HW553:red:power",
 +                      .gpio           = 5,
 +                      .active_low     = 1,
 +                      .default_trigger = "default-on",
 +              },
 +
 +              {
-+                      .name           = "power:blue",
++                      .name           = "HW553:blue:power",
 +                      .gpio           = 4,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "wifi:red",
++                      .name           = "HW553:red:wifi",
 +                      .gpio           = 25,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "internetkey:red",
++                      .name           = "HW553:red:internetkey",
 +                      .gpio           = 12,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "internetkey:blue",
++                      .name           = "HW553:blue:internetkey",
 +                      .gpio           = 13,
 +                      .active_low     = 1,
 +              },
@@ -82,7 +81,7 @@
  #endif
  
  /*
-@@ -1620,6 +1695,7 @@ static const struct board_info __initdat
+@@ -1618,6 +1692,7 @@ static const struct board_info __initdat
        &board_nb4_ser_r2,
        &board_nb4_fxc_r1,
        &board_nb4_fxc_r2,
index 79251f4eaae05aaa3d9ca8c910efe45c1bfe6496..8735d7d809ca7fc2b210e06f121982fa5c7a5e3f 100644 (file)
 +
 +              .leds = {
 +              {
-+                      .name           = "adsl",
++                      .name           = "RTA1320_16M:green:adsl",
 +                      .gpio           = 3,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "ppp",
++                      .name           = "RTA1320_16M:green:ppp",
 +                      .gpio           = 4,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "power",
++                      .name           = "RTA1320_16M:green:power",
 +                      .gpio           = 0,
 +                      .active_low     = 1,
 +                      .default_trigger = "default-on",
 +              },
 +              {
-+                      .name           = "stop",
++                      .name           = "RTA1320_16M:green:stop",
 +                      .gpio           = 1,
 +                      .active_low     = 1,
 +              },
@@ -44,7 +44,7 @@
  #endif
  
  /*
-@@ -1663,6 +1700,7 @@ static const struct board_info __initdat
+@@ -1660,6 +1697,7 @@ static const struct board_info __initdat
        &board_96338gw,
        &board_96338w,
        &board_96338w2_e7t,
index 9bbde4b016686c7f4b0ae4f01a86722bfac6f7c8..87e0ae6accd5934809a27fba687ce74ba2c59476 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1690,6 +1690,72 @@ static struct board_info __initdata boar
+@@ -1687,6 +1687,72 @@ static struct board_info __initdata boar
                },
        },
  };
@@ -73,7 +73,7 @@
  #endif
  
  /*
-@@ -1734,6 +1800,7 @@ static const struct board_info __initdat
+@@ -1731,6 +1797,7 @@ static const struct board_info __initdat
        &board_nb4_fxc_r1,
        &board_nb4_fxc_r2,
        &board_HW553,
index 419f3a0ae329dfd8ed2c835cdf8678be8ee9f99d..376b57e2fa94c6d1b4510f2b5ac021b94bb057bd 100644 (file)
 +
 +      .leds = {
 +              {
-+                      .name           = "power:green",
++                      .name           = "V2500V_BB:green:power",
 +                      .gpio           = 0,
 +                      .active_low     = 1,
 +                      .default_trigger = "default-on",
 +              },
 +              {
-+                      .name           = "power:red",
++                      .name           = "V2500V_BB:red:power",
 +                      .gpio           = 1,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "adsl",
++                      .name           = "V2500V_BB:green:adsl",
 +                      .gpio           = 2,
 +                      .active_low     = 1,
 +              },
-+              {       .name           = "ppp",
++              {       .name           = "V2500V_BB:green:ppp",
 +                      .gpio           = 3,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "wireless",
++                      .name           = "V2500V_BB:green:wireless",
 +                      .gpio           = 6,
 +                      .active_low     = 1,
 +              },
@@ -64,7 +64,7 @@
  #endif
  
  /*
-@@ -1785,6 +1842,7 @@ static const struct board_info __initdat
+@@ -1782,6 +1839,7 @@ static const struct board_info __initdat
        &board_96348_D4PW,
        &board_spw500v,
        &board_96348sv,
@@ -72,7 +72,7 @@
  #endif
  
  #ifdef CONFIG_BCM63XX_CPU_6358
-@@ -1911,6 +1969,23 @@ void __init board_prom_init(void)
+@@ -1908,6 +1966,23 @@ void __init board_prom_init(void)
                val &= MPI_CSBASE_BASE_MASK;
        }
        boot_addr = (u8 *)KSEG1ADDR(val);
index d7f583cd570fa3460ea63a4a9f9537418d69f7e6..1cf9532afd1ced61dc95940dad0488d389fad2a5 100644 (file)
@@ -63,7 +63,7 @@
  static struct board_info __initdata board_96348gw = {
        .name                           = "96348GW",
        .expected_cpu_id                = 0x6348,
-@@ -1843,6 +1899,7 @@ static const struct board_info __initdat
+@@ -1840,6 +1896,7 @@ static const struct board_info __initdat
        &board_spw500v,
        &board_96348sv,
        &board_V2500V_BB,
index 756b2a369bddc51a65659ca705d42d821468dc9a..7b7a832aca322bb4162c88317a90eadc69bdcb4e 100644 (file)
 +
 +      .leds = {
 +              {
-+                      .name           = "adsl-fail",
++                      .name           = "CT536_CT5621:green:adsl-fail",
 +                      .gpio           = 2,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "power",
++                      .name           = "CT536_CT5621:green:power",
 +                      .gpio           = 0,
 +                      .active_low     = 1,
 +                      .default_trigger = "default-on",
@@ -50,7 +50,7 @@
  static struct board_info __initdata board_96348gw = {
        .name                           = "96348GW",
        .expected_cpu_id                = 0x6348,
-@@ -1900,6 +1943,7 @@ static const struct board_info __initdat
+@@ -1897,6 +1940,7 @@ static const struct board_info __initdat
        &board_96348sv,
        &board_V2500V_BB,
        &board_V2110,
index d10af1c7ecd0e77e08ce75ee6eb49c2e08df78d7..22d7a183645472828e999034dbbdec1f038c95cc 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1212,6 +1212,8 @@ static struct board_info __initdata boar
+@@ -1210,6 +1210,8 @@ static struct board_info __initdata boar
        .name                           = "DWV-S0",
        .expected_cpu_id                = 0x6358,
  
@@ -9,7 +9,7 @@
        .has_enet0                      = 1,
        .has_enet1                      = 1,
        .has_pci                        = 1,
-@@ -1227,6 +1229,7 @@ static struct board_info __initdata boar
+@@ -1225,6 +1227,7 @@ static struct board_info __initdata boar
        },
  
        .has_ohci0                      = 1,
index 00da3a29d0fff2c25e47929a4767d6fe8abe1487..7e20e0dec2245622cc7520c281f03b5afdc127e4 100644 (file)
 +
 +      .leds = {
 +              {
-+                      .name           = "power",
++                      .name           = "96348A-122:green:power",
 +                      .gpio           = 0,
 +                      .active_low     = 1,
 +                      .default_trigger = "default-on",
 +              },
 +              {
-+                      .name           = "alarm",
++                      .name           = "96348A-122:green:alarm",
 +                      .gpio           = 2,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "wps",
++                      .name           = "96348A-122:green:wps",
 +                      .gpio           = 6,
 +                      .active_low     = 1,
 +              },
@@ -68,7 +68,7 @@
  static struct board_info __initdata board_96348gw = {
        .name                           = "96348GW",
        .expected_cpu_id                = 0x6348,
-@@ -1947,6 +2008,7 @@ static const struct board_info __initdat
+@@ -1944,6 +2005,7 @@ static const struct board_info __initdat
        &board_V2500V_BB,
        &board_V2110,
        &board_ct536_ct5621,
index d272bdb78aa268c0af1f82eac42e84c7c32c2b4e..48f153008552163233190a23bf4fd687346e53e0 100644 (file)
 +
 +      .leds = {
 +              {
-+                      .name           = "phone",
++                      .name           = "CPVA502+:green:phone",
 +                      .gpio           = 0,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "link",
++                      .name           = "CPVA502+:green:link",
 +                      .gpio           = 5,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "feth1", /* FIXME:does gpio4 enable eth1 phy? */
++                      .name           = "CPVA502+:green:feth1", /* FIXME:does gpio4 enable eth1 phy? */
 +                      .gpio           = 4,
 +                      .active_low     = 1,
 +              },
@@ -45,7 +45,7 @@
  #endif
  
  /*
-@@ -2010,6 +2048,7 @@ static const struct board_info __initdat
+@@ -2007,6 +2045,7 @@ static const struct board_info __initdat
        &board_V2110,
        &board_ct536_ct5621,
        &board_96348A_122,
index 94526ccc314b6af636ae8ebad5ad1498533d8cc6..f408a8c737a37acc8b44904e55dc23a989c17572 100644 (file)
@@ -10,7 +10,7 @@ Subject: [PATCH 32/63] bcm63xx: add support for 96368MVWG board.
 
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2018,6 +2018,80 @@ static struct board_info __initdata boar
+@@ -2015,6 +2015,80 @@ static struct board_info __initdata boar
  #endif
  
  /*
@@ -57,27 +57,27 @@ Subject: [PATCH 32/63] bcm63xx: add support for 96368MVWG board.
 +
 +      .leds = {
 +              {
-+                      .name           = "adsl",
++                      .name           = "96368MVWG:green:adsl",
 +                      .gpio           = 2,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "ppp",
++                      .name           = "96368MVWG:green:ppp",
 +                      .gpio           = 5,
 +              },
 +              {
-+                      .name           = "power",
++                      .name           = "96368MVWG:green:power",
 +                      .gpio           = 22,
 +                      .active_low     = 1,
 +                      .default_trigger = "default-on",
 +              },
 +              {
-+                      .name           = "wps",
++                      .name           = "96368MVWG:green:wps",
 +                      .gpio           = 23,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "ppp-fail",
++                      .name           = "96368MVWG:green:ppp-fail",
 +                      .gpio           = 31,
 +              },
 +      },
@@ -91,7 +91,7 @@ Subject: [PATCH 32/63] bcm63xx: add support for 96368MVWG board.
   * all boards
   */
  static const struct board_info __initdata *bcm963xx_boards[] = {
-@@ -2066,6 +2140,10 @@ static const struct board_info __initdat
+@@ -2063,6 +2137,10 @@ static const struct board_info __initdat
        &board_HW553,
        &board_spw303v,
  #endif
@@ -102,7 +102,7 @@ Subject: [PATCH 32/63] bcm63xx: add support for 96368MVWG board.
  };
  
  static void __init nb4_nvram_fixup(void)
-@@ -2243,12 +2321,25 @@ void __init board_prom_init(void)
+@@ -2240,12 +2318,25 @@ void __init board_prom_init(void)
        if (board.has_pci) {
                if (BCMCPU_IS_6348())
                        val |= GPIO_MODE_6348_G2_PCI;
index b743a952780a882e0da95247148431fdd0dafe39..19002f1fdbe10e072ec711968b5bcbdbbf3da69d 100644 (file)
@@ -9,7 +9,7 @@ Subject: [PATCH 33/63] bcm63xx: add support for 96368MVNgr board.
 
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2089,6 +2089,72 @@ static struct board_info __initdata boar
+@@ -2086,6 +2086,72 @@ static struct board_info __initdata boar
        .has_ohci0 = 1,
        .has_ehci0 = 1,
  };
@@ -52,26 +52,26 @@ Subject: [PATCH 33/63] bcm63xx: add support for 96368MVNgr board.
 +
 +      .leds = {
 +              {
-+                      .name           = "adsl",
++                      .name           = "96368MVNgr:green:adsl",
 +                      .gpio           = 2,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "inet",
++                      .name           = "96368MVNgr:green:inet",
 +                      .gpio           = 5,
 +              },
 +              {
-+                      .name           = "power",
++                      .name           = "96368MVNgr:green:power",
 +                      .gpio           = 22,
 +                      .default_trigger = "default-on",
 +              },
 +              {
-+                      .name           = "wps",
++                      .name           = "96368MVNgr:green:wps",
 +                      .gpio           = 23,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "inet-fail",
++                      .name           = "96368MVNgr:green:inet-fail",
 +                      .gpio           = 3,
 +              },
 +      },
@@ -82,7 +82,7 @@ Subject: [PATCH 33/63] bcm63xx: add support for 96368MVNgr board.
  #endif
  
  /*
-@@ -2143,6 +2209,7 @@ static const struct board_info __initdat
+@@ -2140,6 +2206,7 @@ static const struct board_info __initdat
  
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
index cbf1879926dbd7f0b8814391c80ba6d4f4a83128..29bbf82af395904a8f371a3af9ae40ffdddee52f 100644 (file)
@@ -90,7 +90,7 @@ Subject: [PATCH] MIPS: BCM63XX: add 96328avng reference board
   * known 6338 boards
   */
  #ifdef CONFIG_BCM63XX_CPU_6338
-@@ -2161,6 +2235,9 @@ static struct board_info __initdata boar
+@@ -2158,6 +2232,9 @@ static struct board_info __initdata boar
   * all boards
   */
  static const struct board_info __initdata *bcm963xx_boards[] = {
index a5f3ce95e4c43be887c0443cc5e6c59067eb2cbe..604515b7d2424fd915db00014e05a98d37794898 100644 (file)
@@ -86,7 +86,7 @@ Subject: [PATCH] MIPS: BCM63XX: add 963281TAN reference board
  #endif
  
  /*
-@@ -2237,6 +2307,7 @@ static struct board_info __initdata boar
+@@ -2234,6 +2304,7 @@ static struct board_info __initdata boar
  static const struct board_info __initdata *bcm963xx_boards[] = {
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
index 53c0af2c70a902206864d6630a8f4f48cb574aac..52b083207da1d0d64d91588db6967a471164081f 100644 (file)
@@ -120,7 +120,7 @@ Subject: [PATCH 70/79] MIPS: BCM63XX: Add board definition for D-Link
  #endif
  
  /*
-@@ -2308,6 +2411,7 @@ static const struct board_info __initdat
+@@ -2305,6 +2408,7 @@ static const struct board_info __initdat
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
        &board_963281TAN,
index a8b3be294eb4c2cbe1dd1829a51625cf5bd9c5a2..bd43da5c0c79b5f5cecdca21b1f12d56da46fa22 100644 (file)
@@ -1,80 +1,79 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1553,6 +1553,99 @@ static struct board_info __initdata boar
+@@ -1551,6 +1551,98 @@ static struct board_info __initdata boar
  
        .has_ohci0 = 1,
        .has_ehci0 = 1,
 +
 +      .leds = {
-+              /*Each led on alice gate is bi-color */
 +              {
-+                      .name           = "power:red",
++                      .name           = "AGPF-S0:red:power",
 +                      .gpio           = 5,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "power:green",
++                      .name           = "AGPF-S0:green:power",
 +                      .gpio           = 4,
 +                      .active_low     = 1,
 +                      .default_trigger = "default-on",
 +              },
 +              {
-+                      .name           = "service:red",
++                      .name           = "AGPF-S0:red:service",
 +                      .gpio           = 7,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "service:green",
++                      .name           = "AGPF-S0:green:service",
 +                      .gpio           = 6,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "adsl:green",
++                      .name           = "AGPF-S0:green:adsl",
 +                      .gpio           = 9,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "adsl:red",
++                      .name           = "AGPF-S0:red:adsl",
 +                      .gpio           = 10,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "wifi:red",
++                      .name           = "AGPF-S0:red:wifi",
 +                      .gpio           = 23,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "wifi:green",
++                      .name           = "AGPF-S0:green:wifi",
 +                      .gpio           = 22,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "internet:green",
++                      .name           = "AGPF-S0:green:internet",
 +                      .gpio           = 25,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "internet:red",
++                      .name           = "AGPF-S0:red:internet",
 +                      .gpio           = 24,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "usr1:red",
++                      .name           = "AGPF-S0:red:usr1",
 +                      .gpio           = 27,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "usr1:green",
++                      .name           = "AGPF-S0:green:usr1",
 +                      .gpio           = 26,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "usr2:red",
++                      .name           = "AGPF-S0:red:usr2",
 +                      .gpio           = 30,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "usr2:green",
++                      .name           = "AGPF-S0:green:usr2",
 +                      .gpio           = 29,
 +                      .active_low     = 1,
 +              },
index cb86b61388949d97992499ba35e6f8ce7c79c89c..06ecfb6a89358087ab365cb3b1804a37e1e59e70 100644 (file)
@@ -7,12 +7,12 @@
 +
 +      .leds = {
 +              {
-+                      .name           = "adsl",
++                      .name           = "96348GW-A::adsl",
 +                      .gpio           = 3,
 +                      .active_low     = 1,
 +              },
 +              {
-+                      .name           = "usb",
++                      .name           = "96348GW-A::usb",
 +                      .gpio           = 0,
 +                      .active_low     = 1,
 +              }
index 569e9ae9d42d1d6c060535627151939853ca9307..bb6ea36611e02c8d89bd450b5753374bb1969f8d 100644 (file)
@@ -8,7 +8,7 @@
  #include <linux/spi/spi.h>
  #include <linux/spi/spi_gpio.h>
  #include <linux/spi/74x164.h>
-@@ -2604,7 +2605,7 @@ static void __init nb4_nvram_fixup(void)
+@@ -2600,7 +2601,7 @@ static void __init nb4_nvram_fixup(void)
   * bcm4318 WLAN work
   */
  #ifdef CONFIG_SSB_PCIHOST
@@ -17,7 +17,7 @@
        .revision               = 0x02,
        .board_rev              = 0x17,
        .country_code           = 0x0,
-@@ -2624,6 +2625,7 @@ static struct ssb_sprom bcm63xx_sprom =
+@@ -2620,6 +2621,7 @@ static struct ssb_sprom bcm63xx_sprom =
        .boardflags_lo          = 0x2848,
        .boardflags_hi          = 0x0000,
  };