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 @@ -253,6 +253,30 @@ static struct board_info __initdata boar 3 @@ -261,6 +261,30 @@ static struct board_info __initdata boar
4 }, 4 },
5 }; 5 };
Line 6... Line 6...
6 6
7 +static struct board_info __initdata board_96348A_122 = { 7 +static struct board_info __initdata board_96348A_122 = {
Line 29... Line 29...
29 +}; 29 +};
30 + 30 +
31 static struct board_info __initdata board_96348gw = { 31 static struct board_info __initdata board_96348gw = {
32 .name = "96348GW", 32 .name = "96348GW",
33 .expected_cpu_id = 0x6348, 33 .expected_cpu_id = 0x6348,
34 @@ -776,6 +800,7 @@ static const struct board_info __initcon 34 @@ -824,6 +848,7 @@ static const struct board_info __initcon
35 &board_V2500V_BB, 35 &board_V2500V_BB,
36 &board_V2110, 36 &board_V2110,
37 &board_ct536_ct5621, 37 &board_ct536_ct5621,
38 + &board_96348A_122, 38 + &board_96348A_122,
39 #endif 39 #endif
Line 40... Line 40...
40 40
41 #ifdef CONFIG_BCM63XX_CPU_6358 41 #ifdef CONFIG_BCM63XX_CPU_6358
42 @@ -818,6 +843,7 @@ static struct of_device_id const bcm963x 42 @@ -866,6 +891,7 @@ static struct of_device_id const bcm963x
43 { .compatible = "bt,v2110", .data = &board_V2110, }, 43 { .compatible = "bt,v2110", .data = &board_V2110, },
44 { .compatible = "bt,v2500v-bb", .data = &board_V2500V_BB, }, 44 { .compatible = "bt,v2500v-bb", .data = &board_V2500V_BB, },
45 { .compatible = "comtrend,ct-536+", .data = &board_ct536_ct5621, }, 45 { .compatible = "comtrend,ct-536+", .data = &board_ct536_ct5621, },
46 + { .compatible = "comtrend,ct-5365", .data = &board_96348A_122, }, 46 + { .compatible = "comtrend,ct-5365", .data = &board_96348A_122, },