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 @@ -295,6 +295,21 @@ static struct board_info __initdata boar 3 @@ -311,6 +311,21 @@ static struct board_info __initdata boar
Line 4... Line 4...
4 4
5 .has_ohci0 = 1, 5 .has_ohci0 = 1,
6 }; 6 };
7 + 7 +
Line 20... Line 20...
20 + }, 20 + },
21 +}; 21 +};
22 #endif /* CONFIG_BCM63XX_CPU_6348 */ 22 #endif /* CONFIG_BCM63XX_CPU_6348 */
Line 23... Line 23...
23 23
24 /* 24 /*
25 @@ -431,6 +446,7 @@ static const struct board_info __initcon 25 @@ -447,6 +462,7 @@ static const struct board_info __initcon
26 &board_DV201AMR, 26 &board_DV201AMR,
27 &board_96348gw_a, 27 &board_96348gw_a,
28 &board_rta1025w_16, 28 &board_rta1025w_16,
29 + &board_96348_D4PW, 29 + &board_96348_D4PW,
Line 30... Line 30...
30 #endif 30 #endif
31 31
32 #ifdef CONFIG_BCM63XX_CPU_6358 32 #ifdef CONFIG_BCM63XX_CPU_6358
33 @@ -462,6 +478,7 @@ static struct of_device_id const bcm963x 33 @@ -478,6 +494,7 @@ static struct of_device_id const bcm963x
34 { .compatible = "brcm,bcm96348gw-10", .data = &board_96348gw_10, }, 34 { .compatible = "brcm,bcm96348gw-10", .data = &board_96348gw_10, },
35 { .compatible = "brcm,bcm96348gw-11", .data = &board_96348gw_11, }, 35 { .compatible = "brcm,bcm96348gw-11", .data = &board_96348gw_11, },
36 { .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, }, 36 { .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, },