brcm63xx: remove misleading warning about partial SPI NOR writes
[openwrt/openwrt.git] / target / linux / brcm63xx / patches-4.4 / 578-board_R1000H.patch
1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -2193,6 +2193,31 @@ static struct board_info __initdata boar
4 },
5 };
6
7 +static struct board_info __initdata board_R1000H = {
8 + .name = "R1000H",
9 + .expected_cpu_id = 0x6368,
10 +
11 + .has_uart0 = 1,
12 + .has_uart1 = 1,
13 + .has_pci = 1,
14 + .has_ohci0 = 1,
15 + .has_ehci0 = 1,
16 +
17 + .has_enetsw = 1,
18 + .enetsw = {
19 + .used_ports = {
20 + [5] = {
21 + .used = 1,
22 + .phy_id = 0xff,
23 + .bypass_link = 1,
24 + .force_speed = 1000,
25 + .force_duplex_full = 1,
26 + .name = "RGMII",
27 + },
28 + },
29 + },
30 +};
31 +
32 static struct board_info __initdata board_VR3025u = {
33 .name = "96368M-1541N",
34 .expected_cpu_id = 0x6368,
35 @@ -2674,6 +2699,7 @@ static const struct board_info __initcon
36 &board_HG622,
37 &board_HG655b,
38 &board_P870HW51A_V2,
39 + &board_R1000H,
40 &board_VH4032N,
41 &board_VR3025u,
42 &board_VR3025un,
43 @@ -2775,6 +2801,7 @@ static struct of_device_id const bcm963x
44 { .compatible = "sfr,nb6-ser-r0", .data = &board_nb6, },
45 #endif
46 #ifdef CONFIG_BCM63XX_CPU_6368
47 + { .compatible = "actiontec,r1000h", .data = &board_R1000H, },
48 { .compatible = "adb,av4202n", .data = &board_AV4202N, },
49 { .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
50 { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },