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 @@ -1734,6 +1734,51 @@ static struct board_info __initdata boar 3 @@ -1782,6 +1782,51 @@ static struct board_info __initdata boar
4 * known 6368 boards 4 * known 6368 boards
5 */ 5 */
6 #ifdef CONFIG_BCM63XX_CPU_6368 6 #ifdef CONFIG_BCM63XX_CPU_6368
7 +static struct board_info __initdata board_AV4202N = { 7 +static struct board_info __initdata board_AV4202N = {
8 + .name = "96368_Swiss_S1", 8 + .name = "96368_Swiss_S1",
Line 50... Line 50...
50 +}; 50 +};
51 + 51 +
52 static struct board_info __initdata board_96368mvwg = { 52 static struct board_info __initdata board_96368mvwg = {
53 .name = "96368MVWG", 53 .name = "96368MVWG",
54 .expected_cpu_id = 0x6368, 54 .expected_cpu_id = 0x6368,
55 @@ -2447,6 +2492,7 @@ static const struct board_info __initcon 55 @@ -2495,6 +2540,7 @@ static const struct board_info __initcon
56 #endif 56 #endif
Line 57... Line 57...
57 57
58 #ifdef CONFIG_BCM63XX_CPU_6368 58 #ifdef CONFIG_BCM63XX_CPU_6368
59 + &board_AV4202N, 59 + &board_AV4202N,
60 &board_96368mvwg, 60 &board_96368mvwg,
61 &board_96368mvngr, 61 &board_96368mvngr,
62 &board_DGND3700v1_3800B, 62 &board_DGND3700v1_3800B,
63 @@ -2554,6 +2600,7 @@ static struct of_device_id const bcm963x 63 @@ -2602,6 +2648,7 @@ static struct of_device_id const bcm963x
64 { .compatible = "sfr,nb6-ser-r0", .data = &board_nb6, }, 64 { .compatible = "sfr,nb6-ser-r0", .data = &board_nb6, },
65 #endif 65 #endif
66 #ifdef CONFIG_BCM63XX_CPU_6368 66 #ifdef CONFIG_BCM63XX_CPU_6368
67 + { .compatible = "adb,av4202n", .data = &board_AV4202N, }, 67 + { .compatible = "adb,av4202n", .data = &board_AV4202N, },