bc71425d947d9d864c92488b46209b931a804788
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / patches-2.6.35 / 310-CPVA642_board.patch
1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -677,6 +677,26 @@ static struct board_info __initdata boar
4 },
5 };
6
7 +static struct board_info __initdata board_CPVA642 = {
8 + .name = "CPVA642",
9 + .expected_cpu_id = 0x6358,
10 +
11 + .has_uart0 = 1,
12 + .has_enet1 = 1,
13 + .has_pci = 1,
14 +
15 + .enet1 = {
16 + .force_speed_100 = 1,
17 + .force_duplex_full = 1,
18 + },
19 +
20 + .has_ohci0 = 1,
21 + .has_ehci0 = 1,
22 +
23 + /* GPIOs not yet known for this device */
24 +};
25 +
26 +
27 static struct board_info __initdata board_AGPFS0 = {
28 .name = "AGPF-S0",
29 .expected_cpu_id = 0x6358,
30 @@ -1339,6 +1359,7 @@ static const struct board_info __initdat
31 &board_96358vw,
32 &board_96358vw2,
33 &board_AGPFS0,
34 + &board_CPVA642,
35 &board_DWVS0,
36 &board_nb4_ser_r0,
37 &board_nb4_ser_r1,