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 @@ -385,6 +385,25 @@ static struct board_info __initdata boar 3 @@ -401,6 +401,25 @@ static struct board_info __initdata boar
4 .num_usbh_ports = 2, 4 .num_usbh_ports = 2,
5 }; 5 };
Line 6... Line 6...
6 6
7 +static struct board_info __initdata board_CPVA642 = { 7 +static struct board_info __initdata board_CPVA642 = {
Line 24... Line 24...
24 + 24 +
25 + 25 +
26 static struct board_info __initdata board_AGPFS0 = { 26 static struct board_info __initdata board_AGPFS0 = {
27 .name = "AGPF-S0", 27 .name = "AGPF-S0",
28 .expected_cpu_id = 0x6358, 28 .expected_cpu_id = 0x6358,
29 @@ -522,6 +541,7 @@ static const struct board_info __initcon 29 @@ -538,6 +557,7 @@ static const struct board_info __initcon
30 &board_96358vw, 30 &board_96358vw,
31 &board_96358vw2, 31 &board_96358vw2,
32 &board_AGPFS0, 32 &board_AGPFS0,
33 + &board_CPVA642, 33 + &board_CPVA642,
34 &board_DWVS0, 34 &board_DWVS0,
35 &board_nb4_ser_r0, 35 &board_nb4_ser_r0,
36 &board_nb4_fxc_r1, 36 &board_nb4_fxc_r1,
37 @@ -569,6 +589,7 @@ static struct of_device_id const bcm963x 37 @@ -585,6 +605,7 @@ static struct of_device_id const bcm963x
38 { .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, }, 38 { .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },
39 { .compatible = "sfr,nb4-ser-r0", .data = &board_nb4_ser_r0, }, 39 { .compatible = "sfr,nb4-ser-r0", .data = &board_nb4_ser_r0, },
40 { .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, }, 40 { .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, },
41 + { .compatible = "telsey,cpva642", .data = &board_CPVA642, }, 41 + { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
42 #endif 42 #endif