brcm63xx: move buttons and leds to dts files
[openwrt.git] / target / linux / brcm63xx / patches-3.14 / 566-board_A4001N.patch
1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -447,6 +447,50 @@ static struct board_info __initdata boar
4         },
5  };
6  
7 +static struct board_info __initdata board_A4001N = {
8 +       .name                           = "96328dg2x2",
9 +       .expected_cpu_id                = 0x6328,
10 +
11 +       .has_uart0                      = 1,
12 +       .has_pci                        = 1,
13 +       .use_fallback_sprom             = 1,
14 +       .has_ohci0                      = 1,
15 +       .has_ehci0                      = 1,
16 +       .num_usbh_ports                 = 1,
17 +       .has_enetsw                     = 1,
18 +
19 +       .enetsw = {
20 +               .used_ports = {
21 +                       [0] = {
22 +                               .used   = 1,
23 +                               .phy_id = 1,
24 +                               .name   = "Port 1",
25 +                       },
26 +                       [1] = {
27 +                               .used   = 1,
28 +                               .phy_id = 2,
29 +                               .name   = "Port 2",
30 +                       },
31 +                       [2] = {
32 +                               .used   = 1,
33 +                               .phy_id = 3,
34 +                               .name   = "Port 3",
35 +                       },
36 +                       [3] = {
37 +                               .used   = 1,
38 +                               .phy_id = 4,
39 +                               .name   = "Port 4",
40 +                       },
41 +               },
42 +       },
43 +
44 +       .fallback_sprom = {
45 +               .type                           = SPROM_BCM43225,
46 +               .pci_bus                        = 1,
47 +               .pci_dev                        = 0,
48 +       },
49 +};
50 +
51  static struct board_info __initdata board_A4001N1 = {
52         .name                                   = "963281T_TEF",
53         .expected_cpu_id                        = 0x6328,
54 @@ -2476,6 +2520,7 @@ static const struct board_info __initcon
55         &board_AR5381u,
56         &board_AR5387un,
57         &board_963281TAN,
58 +       &board_A4001N,
59         &board_A4001N1,
60         &board_dsl_274xb_f1,
61         &board_FAST2704V2,
62 @@ -2560,6 +2605,7 @@ static struct of_device_id const bcm963x
63         { .compatible = "netgear,cvg834g", .data = &board_cvg834g, },
64  #endif
65  #ifdef CONFIG_BCM63XX_CPU_6328
66 +       { .compatible = "adb,a4001n", .data = &board_A4001N, },
67         { .compatible = "adb,a4001n1", .data = &board_A4001N1, },
68         { .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, },
69         { .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },