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 @@ -618,6 +618,32 @@ static struct board_info __initdata boar 3 @@ -666,6 +666,32 @@ static struct board_info __initdata boar
4 .has_ehci0 = 1, 4 .has_ehci0 = 1,
5 .num_usbh_ports = 2, 5 .num_usbh_ports = 2,
6 }; 6 };
7 + 7 +
8 +static struct board_info __initdata board_HW553 = { 8 +static struct board_info __initdata board_HW553 = {
Line 31... Line 31...
31 + }, 31 + },
32 +}; 32 +};
33 #endif /* CONFIG_BCM63XX_CPU_6358 */ 33 #endif /* CONFIG_BCM63XX_CPU_6358 */
Line 34... Line 34...
34 34
35 /* 35 /*
36 @@ -663,6 +689,7 @@ static const struct board_info __initcon 36 @@ -711,6 +737,7 @@ static const struct board_info __initcon
37 &board_dsl_274xb_rev_c, 37 &board_dsl_274xb_rev_c,
38 &board_nb4_ser_r0, 38 &board_nb4_ser_r0,
39 &board_nb4_fxc_r1, 39 &board_nb4_fxc_r1,
40 + &board_HW553, 40 + &board_HW553,
41 #endif 41 #endif
Line 42... Line 42...
42 }; 42 };
43 43
44 @@ -706,6 +733,7 @@ static struct of_device_id const bcm963x 44 @@ -754,6 +781,7 @@ static struct of_device_id const bcm963x
45 { .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, }, 45 { .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, },
46 { .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, }, 46 { .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, },
47 { .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, }, 47 { .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },