brcm63xx: add missing bcm96329bhr profile and dts
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / patches-3.18 / 566-board_A4001N.patch
index 2873c53f31c79aced78f862781a23750df017d49..f8a95e5f3cc09958d5072e92e7c91c6fc46a6305 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -605,6 +605,95 @@ static struct board_info __initdata boar
+@@ -367,6 +367,50 @@ static struct board_info __initdata boar
        },
  };
  
 +              },
 +      },
 +
-+      .leds = {
-+              {
-+                      .name           = "A4001N:green:power",
-+                      .gpio           = 8,
-+                      .default_trigger = "default-on",
-+              },
-+              {
-+                      .name           = "A4001N:red:power",
-+                      .gpio           = 4,
-+              },
-+              {
-+                      .name           = "A4001N:red:inet",
-+                      .gpio           = 1,
-+              },
-+              {
-+                      .name           = "A4001N:green:usb",
-+                      .gpio           = 10,
-+                      .active_low     = 1,
-+              },
-+              {
-+                      .name           = "A4001N:green:dsl",
-+                      .gpio           = 11,
-+                      .active_low     = 1,
-+              },
-+      },
-+
-+      .buttons = {
-+              {
-+                      .desc           = "reset",
-+                      .gpio           = 23,
-+                      .active_low     = 1,
-+                      .type           = EV_KEY,
-+                      .code           = KEY_RESTART,
-+                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
-+              },
-+              {
-+                      .desc           = "wps",
-+                      .gpio           = 24,
-+                      .active_low     = 1,
-+                      .type           = EV_KEY,
-+                      .code           = KEY_WPS_BUTTON,
-+                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
-+              },
-+      },
-+
 +      .fallback_sprom = {
 +              .type                           = SPROM_BCM43225,
 +              .pci_bus                        = 1,
@@ -96,7 +51,7 @@
  static struct board_info __initdata board_A4001N1 = {
        .name                                   = "963281T_TEF",
        .expected_cpu_id                        = 0x6328,
-@@ -4929,6 +5018,7 @@ static const struct board_info __initcon
+@@ -2129,6 +2173,7 @@ static const struct board_info __initcon
        &board_AR5381u,
        &board_AR5387un,
        &board_963281TAN,
        &board_A4001N1,
        &board_dsl_274xb_f1,
        &board_FAST2704V2,
-@@ -5013,6 +5103,7 @@ static struct of_device_id const bcm963x
-       { .compatible = "netgear,cvg834g", .data = &board_cvg834g, },
+@@ -2217,6 +2262,7 @@ static struct of_device_id const bcm963x
+       { .compatible = "brcm,bcm96318ref_p300", .data = &board_96318ref_p300, },
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
 +      { .compatible = "adb,a4001n", .data = &board_A4001N, },