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 @@ -1556,6 +1556,50 @@ static struct board_info __initdata boar 3 @@ -1604,6 +1604,50 @@ static struct board_info __initdata boar
4 #endif /* CONFIG_BCM63XX_CPU_6368 */ 4 #endif /* CONFIG_BCM63XX_CPU_6368 */
Line 5... Line 5...
5 5
6 /* 6 /*
7 + * known 63268/63269 boards 7 + * known 63268/63269 boards
Line 49... Line 49...
49 + 49 +
50 +/* 50 +/*
51 * all boards 51 * all boards
52 */ 52 */
53 static const struct board_info __initconst *bcm963xx_boards[] = { 53 static const struct board_info __initconst *bcm963xx_boards[] = {
54 @@ -1636,6 +1680,9 @@ static const struct board_info __initcon 54 @@ -1684,6 +1728,9 @@ static const struct board_info __initcon
55 &board_96368mvwg, 55 &board_96368mvwg,
56 &board_96368mvngr, 56 &board_96368mvngr,
57 #endif 57 #endif
58 +#ifdef CONFIG_BCM63XX_CPU_63268 58 +#ifdef CONFIG_BCM63XX_CPU_63268
59 + &board_963269bhr, 59 + &board_963269bhr,
60 +#endif 60 +#endif
61 }; 61 };
Line 62... Line 62...
62 62
63 static struct of_device_id const bcm963xx_boards_dt[] = { 63 static struct of_device_id const bcm963xx_boards_dt[] = {
64 @@ -1723,6 +1770,7 @@ static struct of_device_id const bcm963x 64 @@ -1771,6 +1818,7 @@ static struct of_device_id const bcm963x
65 { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, }, 65 { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
66 #endif 66 #endif
67 #ifdef CONFIG_BCM63XX_CPU_63268 67 #ifdef CONFIG_BCM63XX_CPU_63268
68 + { .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, }, 68 + { .compatible = "brcm,bcm963269bhr", .data = &board_963269bhr, },