1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -815,6 +815,25 @@ static struct board_info __initdata boar
7 +/* NetGear DG834G v4 */
8 +static struct board_info __initdata board_96348W3 = {
10 + .expected_cpu_id = 0x6348,
19 + .force_speed_100 = 1,
20 + .force_duplex_full = 1,
26 static struct board_info __initdata board_96348_D4PW = {
28 .expected_cpu_id = 0x6348,
29 @@ -1351,6 +1370,7 @@ static const struct board_info __initcon
36 #ifdef CONFIG_BCM63XX_CPU_6358
37 @@ -1405,6 +1425,7 @@ static struct of_device_id const bcm963x
38 { .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
39 { .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
40 { .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, },
41 + { .compatible = "netgear,dg834g-v4", .data = &board_96348W3, },
42 { .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
43 { .compatible = "t-com,spw500v", .data = &board_spw500v, },
44 { .compatible = "tecom,gw6000", .data = &board_gw6000, },