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 @@ -226,6 +226,33 @@ static struct board_info __initdata boar 3 @@ -234,6 +234,33 @@ static struct board_info __initdata boar
4 }; 4 };
Line 5... Line 5...
5 5
6 6
Line 32... Line 32...
32 +}; 32 +};
33 + 33 +
34 static struct board_info __initdata board_96348gw = { 34 static struct board_info __initdata board_96348gw = {
35 .name = "96348GW", 35 .name = "96348GW",
36 .expected_cpu_id = 0x6348, 36 .expected_cpu_id = 0x6348,
37 @@ -747,6 +774,7 @@ static const struct board_info __initcon 37 @@ -795,6 +822,7 @@ static const struct board_info __initcon
38 &board_96348sv, 38 &board_96348sv,
39 &board_V2500V_BB, 39 &board_V2500V_BB,
40 &board_V2110, 40 &board_V2110,
41 + &board_ct536_ct5621, 41 + &board_ct536_ct5621,
42 #endif 42 #endif
Line 43... Line 43...
43 43
44 #ifdef CONFIG_BCM63XX_CPU_6358 44 #ifdef CONFIG_BCM63XX_CPU_6358
45 @@ -788,6 +816,8 @@ static struct of_device_id const bcm963x 45 @@ -836,6 +864,8 @@ static struct of_device_id const bcm963x
46 { .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, }, 46 { .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, },
47 { .compatible = "bt,v2110", .data = &board_V2110, }, 47 { .compatible = "bt,v2110", .data = &board_V2110, },
48 { .compatible = "bt,v2500v-bb", .data = &board_V2500V_BB, }, 48 { .compatible = "bt,v2500v-bb", .data = &board_V2500V_BB, },
49 + { .compatible = "comtrend,ct-536+", .data = &board_ct536_ct5621, }, 49 + { .compatible = "comtrend,ct-536+", .data = &board_ct536_ct5621, },