1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -3206,6 +3206,56 @@ static struct board_info __initdata boar
4 .num_spis = ARRAY_SIZE(ct6373_spi_devices),
7 +static struct board_info __initdata board_HW520 = {
8 + .name = "HW6358GW_B",
9 + .expected_cpu_id = 0x6358,
13 + .use_fallback_sprom = 1,
20 + .use_internal_phy = 1,
27 + .force_speed_100 = 1,
28 + .force_duplex_full = 1,
33 + .name = "HW520:green:net",
45 + .code = KEY_RESTART,
46 + .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
51 + .type = SPROM_BCM4318,
57 static struct board_info __initdata board_HW553 = {
59 .expected_cpu_id = 0x6358,
60 @@ -4928,6 +4978,7 @@ static const struct board_info __initcon
68 @@ -5008,6 +5059,7 @@ static struct of_device_id const bcm963x
69 { .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },
70 { .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },
71 { .compatible = "d-link,dva-g3810bn/tl", .data = &board_DVAG3810BN, },
72 + { .compatible = "huawei,hg520v", .data = &board_HW520, },
73 { .compatible = "huawei,hg553", .data = &board_HW553, },
74 { .compatible = "huawei,hg556a-a", .data = &board_HW556_A, },
75 { .compatible = "huawei,hg556a-b", .data = &board_HW556_B, },