82c0887840d9f058fc36a085786f1224e8cc98d3
[openwrt/openwrt.git] / target / linux / bcm63xx / patches-5.4 / 655-board_bcm6368-comtrend-vr-3025un.patch
1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -2033,6 +2033,59 @@ static struct board_info __initdata boar
4 },
5 };
6
7 +static struct sprom_fixup __initdata vr3025un_fixups[] = {
8 + { .offset = 97, .value = 0xfeb3 },
9 + { .offset = 98, .value = 0x1618 },
10 + { .offset = 99, .value = 0xfab0 },
11 + { .offset = 113, .value = 0xfed1 },
12 + { .offset = 114, .value = 0x1609 },
13 + { .offset = 115, .value = 0xfad9 },
14 +};
15 +
16 +static struct board_info __initdata board_VR3025un = {
17 + .name = "96368M-1341N",
18 + .expected_cpu_id = 0x6368,
19 +
20 + .has_pci = 1,
21 + .has_ohci0 = 1,
22 + .has_ehci0 = 1,
23 +
24 + .has_enetsw = 1,
25 + .enetsw = {
26 + .used_ports = {
27 + [0] = {
28 + .used = 1,
29 + .phy_id = 1,
30 + .name = "port1",
31 + },
32 + [1] = {
33 + .used = 1,
34 + .phy_id = 2,
35 + .name = "port2",
36 + },
37 + [2] = {
38 + .used = 1,
39 + .phy_id = 3,
40 + .name = "port3",
41 + },
42 + [3] = {
43 + .used = 1,
44 + .phy_id = 4,
45 + .name = "port4",
46 + },
47 + },
48 + },
49 +
50 + .use_fallback_sprom = 1,
51 + .fallback_sprom = {
52 + .type = SPROM_BCM43222,
53 + .pci_bus = 0,
54 + .pci_dev = 1,
55 + .board_fixups = vr3025un_fixups,
56 + .num_board_fixups = ARRAY_SIZE(vr3025un_fixups),
57 + },
58 +};
59 +
60 static struct sprom_fixup __initdata wap5813n_fixups[] = {
61 { .offset = 97, .value = 0xfeed },
62 { .offset = 98, .value = 0x15d1 },
63 @@ -2164,6 +2217,7 @@ static const struct board_info __initcon
64 &board_96368mvwg,
65 &board_96368mvngr,
66 &board_VR3025u,
67 + &board_VR3025un,
68 &board_WAP5813n,
69 #endif /* CONFIG_BCM63XX_CPU_6368 */
70 };
71 @@ -2265,6 +2319,7 @@ static struct of_device_id const bcm963x
72 { .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
73 { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
74 { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
75 + { .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, },
76 { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
77 #endif /* CONFIG_BCM63XX_CPU_6368 */
78 #ifdef CONFIG_BCM63XX_CPU_63268