ath79: enable upgrade from ar71xx for Qxwlan devices
[openwrt/openwrt.git] / target / linux / bcm63xx / patches-5.4 / 611-board_bcm6358-bt-home-hub-2-a.patch
1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -1579,6 +1579,31 @@ static struct board_info __initdata boar
4 },
5 };
6
7 +static struct board_info __initdata board_homehub2a = {
8 + .name = "HOMEHUB2A",
9 + .expected_cpu_id = 0x6358,
10 +
11 + .has_pci = 1,
12 + .has_ohci0 = 1,
13 + .has_ehci0 = 1,
14 + .num_usbh_ports = 2,
15 +
16 + .has_enet1 = 1,
17 + .enet1 = {
18 + .has_phy = 1,
19 + .phy_id = 0,
20 + .force_speed_100 = 1,
21 + .force_duplex_full = 1,
22 + },
23 +
24 + .use_fallback_sprom = 1,
25 + .fallback_sprom = {
26 + .type = SPROM_BCM4322,
27 + .pci_bus = 0,
28 + .pci_dev = 1,
29 + },
30 +};
31 +
32 static struct board_info __initdata board_HW520 = {
33 .name = "HW6358GW_B",
34 .expected_cpu_id = 0x6358,
35 @@ -1832,6 +1857,7 @@ static const struct board_info __initcon
36 &board_nb4_ser_r0,
37 &board_nb4_fxc_r1,
38 &board_ct6373_1,
39 + &board_homehub2a,
40 &board_HW520,
41 &board_HW553,
42 &board_HW556_A,
43 @@ -1927,6 +1953,7 @@ static struct of_device_id const bcm963x
44 { .compatible = "sfr,neufbox-4-foxconn-r1", .data = &board_nb4_fxc_r1, },
45 { .compatible = "t-com,speedport-w-303v", .data = &board_spw303v, },
46 { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
47 + { .compatible = "bt,home-hub-2-a", .data = &board_homehub2a, },
48 #endif /* CONFIG_BCM63XX_CPU_6358 */
49 #ifdef CONFIG_BCM63XX_CPU_6362
50 #endif /* CONFIG_BCM63XX_CPU_6362 */