OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c 1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c 2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -1264,6 +1264,36 @@ static struct board_info __initdata boar 3 @@ -1312,6 +1312,36 @@ static struct board_info __initdata boar
4 }, 4 },
5 }; 5 };
Line 6... Line 6...
6 6
7 +static struct board_info __initdata board_HW520 = { 7 +static struct board_info __initdata board_HW520 = {
Line 35... Line 35...
35 +}; 35 +};
36 + 36 +
37 static struct board_info __initdata board_HW553 = { 37 static struct board_info __initdata board_HW553 = {
38 .name = "HW553", 38 .name = "HW553",
39 .expected_cpu_id = 0x6358, 39 .expected_cpu_id = 0x6358,
40 @@ -1973,6 +2003,7 @@ static const struct board_info __initcon 40 @@ -2021,6 +2051,7 @@ static const struct board_info __initcon
41 &board_nb4_ser_r0, 41 &board_nb4_ser_r0,
42 &board_nb4_fxc_r1, 42 &board_nb4_fxc_r1,
43 &board_ct6373_1, 43 &board_ct6373_1,
44 + &board_HW520, 44 + &board_HW520,
45 &board_HW553, 45 &board_HW553,
46 &board_HW556_A, 46 &board_HW556_A,
47 &board_HW556_B, 47 &board_HW556_B,
48 @@ -2065,6 +2096,7 @@ static struct of_device_id const bcm963x 48 @@ -2113,6 +2144,7 @@ static struct of_device_id const bcm963x
49 { .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, }, 49 { .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },
50 { .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, }, 50 { .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },
51 { .compatible = "d-link,dva-g3810bn/tl", .data = &board_DVAG3810BN, }, 51 { .compatible = "d-link,dva-g3810bn/tl", .data = &board_DVAG3810BN, },
52 + { .compatible = "huawei,hg520v", .data = &board_HW520, }, 52 + { .compatible = "huawei,hg520v", .data = &board_HW520, },
53 { .compatible = "huawei,hg553", .data = &board_HW553, }, 53 { .compatible = "huawei,hg553", .data = &board_HW553, },