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 @@ -1574,6 +1574,64 @@ static struct board_info __initdata boar 3 @@ -1622,6 +1622,64 @@ static struct board_info __initdata boar
4 * known 63268/63269 boards 4 * known 63268/63269 boards
5 */ 5 */
6 #ifdef CONFIG_BCM63XX_CPU_63268 6 #ifdef CONFIG_BCM63XX_CPU_63268
7 +static struct board_info __initdata board_963268bu_p300 = { 7 +static struct board_info __initdata board_963268bu_p300 = {
8 + .name = "963268BU_P300", 8 + .name = "963268BU_P300",
Line 63... Line 63...
63 +}; 63 +};
64 + 64 +
65 static struct board_info __initdata board_963269bhr = { 65 static struct board_info __initdata board_963269bhr = {
66 .name = "963269BHR", 66 .name = "963269BHR",
67 .expected_cpu_id = 0x63268, 67 .expected_cpu_id = 0x63268,
68 @@ -1742,6 +1800,7 @@ static const struct board_info __initcon 68 @@ -1790,6 +1848,7 @@ static const struct board_info __initcon
69 &board_96368mvngr, 69 &board_96368mvngr,
70 #endif 70 #endif
71 #ifdef CONFIG_BCM63XX_CPU_63268 71 #ifdef CONFIG_BCM63XX_CPU_63268
72 + &board_963268bu_p300, 72 + &board_963268bu_p300,
73 &board_963269bhr, 73 &board_963269bhr,
74 &board_vw6339gu, 74 &board_vw6339gu,
75 #endif 75 #endif
76 @@ -1833,6 +1892,7 @@ static struct of_device_id const bcm963x 76 @@ -1881,6 +1940,7 @@ static struct of_device_id const bcm963x
77 { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, }, 77 { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
78 #endif 78 #endif
79 #ifdef CONFIG_BCM63XX_CPU_63268 79 #ifdef CONFIG_BCM63XX_CPU_63268
80 + { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, }, 80 + { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, },
81 { .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, }, 81 { .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, },