ccf9fa5ce452437f86b2f7960c9ecb9d7c39284e
[openwrt/staging/wigyori.git] / target / linux / bcm63xx / patches-5.4 / 502-board-96338W2_E7T.patch
1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -98,6 +98,19 @@ static struct board_info __initdata boar
4 .force_duplex_full = 1,
5 },
6 };
7 +
8 +static struct board_info __initdata board_96338w2_e7t = {
9 + .name = "96338W2_E7T",
10 + .expected_cpu_id = 0x6338,
11 +
12 + .has_enet0 = 1,
13 + .enet0 = {
14 + .has_phy = 1,
15 + .phy_id = 0,
16 + .force_speed_100 = 1,
17 + .force_duplex_full = 1,
18 + },
19 +};
20 #endif /* CONFIG_BCM63XX_CPU_6338 */
21
22 /*
23 @@ -481,6 +494,7 @@ static const struct board_info __initcon
24 #ifdef CONFIG_BCM63XX_CPU_6338
25 &board_96338gw,
26 &board_96338w,
27 + &board_96338w2_e7t,
28 #endif /* CONFIG_BCM63XX_CPU_6338 */
29 #ifdef CONFIG_BCM63XX_CPU_6345
30 &board_96345gw2,
31 @@ -519,6 +533,7 @@ static struct of_device_id const bcm963x
32 #ifdef CONFIG_BCM63XX_CPU_6338
33 { .compatible = "brcm,bcm96338gw", .data = &board_96338gw, },
34 { .compatible = "brcm,bcm96338w", .data = &board_96338w, },
35 + { .compatible = "d-link,dsl-2640u", .data = &board_96338w2_e7t, },
36 #endif /* CONFIG_BCM63XX_CPU_6338 */
37 #ifdef CONFIG_BCM63XX_CPU_6345
38 { .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, },