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 @@ -1712,6 +1712,30 @@ static struct board_info __initdata boar 3 @@ -1760,6 +1760,30 @@ static struct board_info __initdata boar
4 .has_ehci0 = 1, 4 .has_ehci0 = 1,
5 }; 5 };
Line 6... Line 6...
6 6
7 +static struct board_info __initdata board_DGND3700v1_3800B = { 7 +static struct board_info __initdata board_DGND3700v1_3800B = {
Line 29... Line 29...
29 +}; 29 +};
30 + 30 +
31 static struct sprom_fixup __initdata vr3025u_fixups[] = { 31 static struct sprom_fixup __initdata vr3025u_fixups[] = {
32 { .offset = 97, .value = 0xfeb3 }, 32 { .offset = 97, .value = 0xfeb3 },
33 { .offset = 98, .value = 0x1618 }, 33 { .offset = 98, .value = 0x1618 },
34 @@ -2133,6 +2157,7 @@ static const struct board_info __initcon 34 @@ -2181,6 +2205,7 @@ static const struct board_info __initcon
35 #ifdef CONFIG_BCM63XX_CPU_6368 35 #ifdef CONFIG_BCM63XX_CPU_6368
36 &board_96368mvwg, 36 &board_96368mvwg,
37 &board_96368mvngr, 37 &board_96368mvngr,
38 + &board_DGND3700v1_3800B, 38 + &board_DGND3700v1_3800B,
39 &board_P870HW51A_V2, 39 &board_P870HW51A_V2,
40 &board_VR3025u, 40 &board_VR3025u,
41 &board_VR3025un, 41 &board_VR3025un,
42 @@ -2235,6 +2260,7 @@ static struct of_device_id const bcm963x 42 @@ -2283,6 +2308,7 @@ static struct of_device_id const bcm963x
43 { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, }, 43 { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
44 { .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, }, 44 { .compatible = "comtrend,vr-3025un", .data = &board_VR3025un, },
45 { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, }, 45 { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
46 + { .compatible = "netgear,dgnd3700v1", .data = &board_DGND3700v1_3800B, }, 46 + { .compatible = "netgear,dgnd3700v1", .data = &board_DGND3700v1_3800B, },
47 { .compatible = "zyxel,p870hw-51a-v2", .data = &board_P870HW51A_V2, }, 47 { .compatible = "zyxel,p870hw-51a-v2", .data = &board_P870HW51A_V2, },