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 @@ -1580,6 +1580,48 @@ static struct sprom_fixup __initdata vr3 3 @@ -1628,6 +1628,48 @@ static struct sprom_fixup __initdata vr3
4 { .offset = 115, .value = 0xfad9 }, 4 { .offset = 115, .value = 0xfad9 },
5 }; 5 };
Line 6... Line 6...
6 6
7 +static struct board_info __initdata board_P870HW51A_V2 = { 7 +static struct board_info __initdata board_P870HW51A_V2 = {
Line 47... Line 47...
47 +}; 47 +};
48 + 48 +
49 static struct board_info __initdata board_VR3025u = { 49 static struct board_info __initdata board_VR3025u = {
50 .name = "96368M-1541N", 50 .name = "96368M-1541N",
51 .expected_cpu_id = 0x6368, 51 .expected_cpu_id = 0x6368,
52 @@ -1947,6 +1989,7 @@ static const struct board_info __initcon 52 @@ -1995,6 +2037,7 @@ static const struct board_info __initcon
53 #ifdef CONFIG_BCM63XX_CPU_6368 53 #ifdef CONFIG_BCM63XX_CPU_6368
54 &board_96368mvwg, 54 &board_96368mvwg,
55 &board_96368mvngr, 55 &board_96368mvngr,
56 + &board_P870HW51A_V2, 56 + &board_P870HW51A_V2,
57 &board_VR3025u, 57 &board_VR3025u,
58 &board_VR3025un, 58 &board_VR3025un,
59 &board_WAP5813n, 59 &board_WAP5813n,
60 @@ -2045,6 +2088,7 @@ static struct of_device_id const bcm963x 60 @@ -2093,6 +2136,7 @@ static struct of_device_id const bcm963x
61 { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, }, 61 { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
62 { .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, }, 62 { .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, },
63 { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, }, 63 { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
64 + { .compatible = "zyxel,p870hw-51a-v2", .data = &board_P870HW51A_V2, }, 64 + { .compatible = "zyxel,p870hw-51a-v2", .data = &board_P870HW51A_V2, },
65 #endif 65 #endif