e7a1e856a30f4418a76c3f34801498dcbddd5678
[openwrt.git] / target / linux / brcm63xx / patches-2.6.27 / 013-bcm96358vw.patch
1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -68,6 +68,30 @@ static struct board_info __initdata boar
4 * known 6358 boards
5 */
6 #ifdef CONFIG_BCM63XX_CPU_6358
7 +static struct board_info __initdata board_96358vw = {
8 + .name = "96358VW",
9 + .expected_cpu_id = 0x6358,
10 +
11 + .has_enet0 = 1,
12 + .has_enet1 = 1,
13 + .has_pci = 1,
14 +
15 + .enet0 = {
16 + .has_phy = 1,
17 + .use_internal_phy = 1,
18 + },
19 +
20 + .enet1 = {
21 + .force_speed_100 = 1,
22 + .force_duplex_full = 1,
23 + },
24 +
25 +
26 + .has_ohci0 = 1,
27 + .has_pccard = 1,
28 + .has_ehci0 = 1,
29 +};
30 +
31 static struct board_info __initdata board_96358vw2 = {
32 .name = "96358VW2",
33 .expected_cpu_id = 0x6358,
34 @@ -103,6 +127,7 @@ static const struct board_info __initdat
35 #endif
36
37 #ifdef CONFIG_BCM63XX_CPU_6358
38 + &board_96358vw,
39 &board_96358vw2,
40 #endif
41 };
This page took 0.051027 seconds and 3 git commands to generate.