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 @@ -2068,6 +2068,29 @@ static struct board_info __initdata boar 3 @@ -2116,6 +2116,29 @@ static struct board_info __initdata boar
4 }, 4 },
5 }; 5 };
Line 6... Line 6...
6 6
7 +static struct board_info __initdata board_R1000H = { 7 +static struct board_info __initdata board_R1000H = {
Line 28... Line 28...
28 +}; 28 +};
29 + 29 +
30 static struct board_info __initdata board_VR3025u = { 30 static struct board_info __initdata board_VR3025u = {
31 .name = "96368M-1541N", 31 .name = "96368M-1541N",
32 .expected_cpu_id = 0x6368, 32 .expected_cpu_id = 0x6368,
33 @@ -2538,6 +2561,7 @@ static const struct board_info __initcon 33 @@ -2586,6 +2609,7 @@ static const struct board_info __initcon
34 &board_HG622, 34 &board_HG622,
35 &board_HG655b, 35 &board_HG655b,
36 &board_P870HW51A_V2, 36 &board_P870HW51A_V2,
37 + &board_R1000H, 37 + &board_R1000H,
38 &board_VH4032N, 38 &board_VH4032N,
39 &board_VR3025u, 39 &board_VR3025u,
40 &board_VR3025un, 40 &board_VR3025un,
41 @@ -2639,6 +2663,7 @@ static struct of_device_id const bcm963x 41 @@ -2687,6 +2711,7 @@ static struct of_device_id const bcm963x
42 { .compatible = "sfr,nb6-ser-r0", .data = &board_nb6, }, 42 { .compatible = "sfr,nb6-ser-r0", .data = &board_nb6, },
43 #endif 43 #endif
44 #ifdef CONFIG_BCM63XX_CPU_6368 44 #ifdef CONFIG_BCM63XX_CPU_6368
45 + { .compatible = "actiontec,r1000h", .data = &board_R1000H, }, 45 + { .compatible = "actiontec,r1000h", .data = &board_R1000H, },
46 { .compatible = "adb,av4202n", .data = &board_AV4202N, }, 46 { .compatible = "adb,av4202n", .data = &board_AV4202N, },