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 @@ -1571,6 +1571,59 @@ static struct board_info __initdata boar 3 @@ -1619,6 +1619,59 @@ 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 sprom_fixup __initdata vr3025u_fixups[] = { 7 +static struct sprom_fixup __initdata vr3025u_fixups[] = {
Line 58... Line 58...
58 +}; 58 +};
59 + 59 +
60 static struct sprom_fixup __initdata wap5813n_fixups[] = { 60 static struct sprom_fixup __initdata wap5813n_fixups[] = {
61 { .offset = 97, .value = 0xfeed }, 61 { .offset = 97, .value = 0xfeed },
62 { .offset = 98, .value = 0x15d1 }, 62 { .offset = 98, .value = 0x15d1 },
63 @@ -1841,6 +1894,7 @@ static const struct board_info __initcon 63 @@ -1889,6 +1942,7 @@ static const struct board_info __initcon
64 #ifdef CONFIG_BCM63XX_CPU_6368 64 #ifdef CONFIG_BCM63XX_CPU_6368
65 &board_96368mvwg, 65 &board_96368mvwg,
66 &board_96368mvngr, 66 &board_96368mvngr,
67 + &board_VR3025u, 67 + &board_VR3025u,
68 &board_WAP5813n, 68 &board_WAP5813n,
69 #endif 69 #endif
70 #ifdef CONFIG_BCM63XX_CPU_63268 70 #ifdef CONFIG_BCM63XX_CPU_63268
71 @@ -1934,6 +1988,7 @@ static struct of_device_id const bcm963x 71 @@ -1982,6 +2036,7 @@ static struct of_device_id const bcm963x
72 #ifdef CONFIG_BCM63XX_CPU_6368 72 #ifdef CONFIG_BCM63XX_CPU_6368
73 { .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, }, 73 { .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
74 { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, }, 74 { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
75 + { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, }, 75 + { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
76 { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, }, 76 { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },