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 @@ -1375,6 +1375,31 @@ static struct board_info __initdata boar 3 @@ -1423,6 +1423,31 @@ static struct board_info __initdata boar
4 }, 4 },
5 }; 5 };
Line 6... Line 6...
6 6
7 +static struct board_info __initdata board_homehub2a = { 7 +static struct board_info __initdata board_homehub2a = {
Line 30... Line 30...
30 +}; 30 +};
31 + 31 +
32 static struct board_info __initdata board_HW520 = { 32 static struct board_info __initdata board_HW520 = {
33 .name = "HW6358GW_B", 33 .name = "HW6358GW_B",
34 .expected_cpu_id = 0x6358, 34 .expected_cpu_id = 0x6358,
35 @@ -2140,6 +2165,7 @@ static const struct board_info __initcon 35 @@ -2188,6 +2213,7 @@ static const struct board_info __initcon
36 &board_nb4_ser_r0, 36 &board_nb4_ser_r0,
37 &board_nb4_fxc_r1, 37 &board_nb4_fxc_r1,
38 &board_ct6373_1, 38 &board_ct6373_1,
39 + &board_homehub2a, 39 + &board_homehub2a,
40 &board_HW520, 40 &board_HW520,
41 &board_HW553, 41 &board_HW553,
42 &board_HW556_A, 42 &board_HW556_A,
43 @@ -2249,6 +2275,7 @@ static struct of_device_id const bcm963x 43 @@ -2297,6 +2323,7 @@ static struct of_device_id const bcm963x
44 { .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, }, 44 { .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, },
45 { .compatible = "t-com,spw303v", .data = &board_spw303v, }, 45 { .compatible = "t-com,spw303v", .data = &board_spw303v, },
46 { .compatible = "telsey,cpva642", .data = &board_CPVA642, }, 46 { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
47 + { .compatible = "thomson,homehub2a", .data = &board_homehub2a, }, 47 + { .compatible = "thomson,homehub2a", .data = &board_homehub2a, },
48 #endif 48 #endif