ath79: enable upgrade from ar71xx for Qxwlan devices
[openwrt/openwrt.git] / target / linux / bcm63xx / patches-5.4 / 603-board-bcm6358-telsey-cpva642.patch
1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -1422,6 +1422,23 @@ static struct board_info __initdata boar
4 .num_usbh_ports = 2,
5 };
6
7 +static struct board_info __initdata board_CPVA642 = {
8 + .name = "CPVA642",
9 + .expected_cpu_id = 0x6358,
10 +
11 + .has_pci = 1,
12 + .has_ohci0 = 1,
13 + .has_ehci0 = 1,
14 +
15 + .has_enet1 = 1,
16 + .enet1 = {
17 + .has_phy = 1,
18 + .phy_id = 0,
19 + .force_speed_100 = 1,
20 + .force_duplex_full = 1,
21 + },
22 +};
23 +
24 static struct board_info __initdata board_AGPFS0 = {
25 .name = "AGPF-S0",
26 .expected_cpu_id = 0x6358,
27 @@ -1586,6 +1603,7 @@ static const struct board_info __initcon
28 &board_96358vw,
29 &board_96358vw2,
30 &board_AGPFS0,
31 + &board_CPVA642,
32 &board_DWVS0,
33 &board_nb4_ser_r0,
34 &board_nb4_fxc_r1,
35 @@ -1667,6 +1685,7 @@ static struct of_device_id const bcm963x
36 { .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },
37 { .compatible = "sfr,neufbox-4-sercomm-r0", .data = &board_nb4_ser_r0, },
38 { .compatible = "sfr,neufbox-4-foxconn-r1", .data = &board_nb4_fxc_r1, },
39 + { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
40 #endif /* CONFIG_BCM63XX_CPU_6358 */
41 #ifdef CONFIG_BCM63XX_CPU_6362
42 #endif /* CONFIG_BCM63XX_CPU_6362 */