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 @@ -452,6 +452,22 @@ static struct board_info __initdata boar 3 @@ -468,6 +468,22 @@ static struct board_info __initdata boar
4 .has_ohci0 = 1, 4 .has_ohci0 = 1,
5 }; 5 };
Line 6... Line 6...
6 6
7 +/* D-Link DSL-274xB revison C2/C3 */ 7 +/* D-Link DSL-274xB revison C2/C3 */
Line 21... Line 21...
21 +}; 21 +};
22 + 22 +
23 static struct board_info __initdata board_nb4_ser_r0 = { 23 static struct board_info __initdata board_nb4_ser_r0 = {
24 .name = "NB4-SER-r0", 24 .name = "NB4-SER-r0",
25 .expected_cpu_id = 0x6358, 25 .expected_cpu_id = 0x6358,
26 @@ -543,6 +559,7 @@ static const struct board_info __initcon 26 @@ -559,6 +575,7 @@ static const struct board_info __initcon
27 &board_AGPFS0, 27 &board_AGPFS0,
28 &board_CPVA642, 28 &board_CPVA642,
29 &board_DWVS0, 29 &board_DWVS0,
30 + &board_dsl_274xb_rev_c, 30 + &board_dsl_274xb_rev_c,
31 &board_nb4_ser_r0, 31 &board_nb4_ser_r0,
32 &board_nb4_fxc_r1, 32 &board_nb4_fxc_r1,
33 #endif 33 #endif
34 @@ -582,6 +599,7 @@ static struct of_device_id const bcm963x 34 @@ -598,6 +615,7 @@ static struct of_device_id const bcm963x
35 { .compatible = "alcatel,rg100a", .data = &board_96358vw2, }, 35 { .compatible = "alcatel,rg100a", .data = &board_96358vw2, },
36 { .compatible = "brcm,bcm96358vw", .data = &board_96358vw, }, 36 { .compatible = "brcm,bcm96358vw", .data = &board_96358vw, },
37 { .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, }, 37 { .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, },
38 + { .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, }, 38 + { .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },
39 { .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, }, 39 { .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },