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 @@ -1844,6 +1844,42 @@ static struct board_info __initdata boar 3 @@ -1892,6 +1892,42 @@ static struct board_info __initdata boar
4 }, 4 },
5 }; 5 };
Line 6... Line 6...
6 6
7 +static struct sprom_fixup __initdata EVG2000_fixups[] = { 7 +static struct sprom_fixup __initdata EVG2000_fixups[] = {
Line 41... Line 41...
41 +}; 41 +};
42 + 42 +
43 static struct board_info __initdata board_HG655b = { 43 static struct board_info __initdata board_HG655b = {
44 .name = "HW65x", 44 .name = "HW65x",
45 .expected_cpu_id = 0x6368, 45 .expected_cpu_id = 0x6368,
46 @@ -2414,6 +2450,7 @@ static const struct board_info __initcon 46 @@ -2462,6 +2498,7 @@ static const struct board_info __initcon
47 &board_96368mvwg, 47 &board_96368mvwg,
48 &board_96368mvngr, 48 &board_96368mvngr,
49 &board_DGND3700v1_3800B, 49 &board_DGND3700v1_3800B,
50 + &board_EVG2000, 50 + &board_EVG2000,
51 &board_HG622, 51 &board_HG622,
52 &board_HG655b, 52 &board_HG655b,
53 &board_P870HW51A_V2, 53 &board_P870HW51A_V2,
54 @@ -2526,6 +2563,7 @@ static struct of_device_id const bcm963x 54 @@ -2574,6 +2611,7 @@ static struct of_device_id const bcm963x
55 { .compatible = "huawei,hg622", .data = &board_HG622, }, 55 { .compatible = "huawei,hg622", .data = &board_HG622, },
56 { .compatible = "huawei,hg655b", .data = &board_HG655b, }, 56 { .compatible = "huawei,hg655b", .data = &board_HG655b, },
57 { .compatible = "netgear,dgnd3700v1", .data = &board_DGND3700v1_3800B, }, 57 { .compatible = "netgear,dgnd3700v1", .data = &board_DGND3700v1_3800B, },
58 + { .compatible = "netgear,evg2000", .data = &board_EVG2000, }, 58 + { .compatible = "netgear,evg2000", .data = &board_EVG2000, },
59 { .compatible = "zyxel,p870hw-51a-v2", .data = &board_P870HW51A_V2, }, 59 { .compatible = "zyxel,p870hw-51a-v2", .data = &board_P870HW51A_V2, },