OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 6... Line 6...
6 #include <linux/string.h> 6 #include <linux/string.h>
7 +#include <linux/pci_ids.h> 7 +#include <linux/pci_ids.h>
8 #include <asm/addrspace.h> 8 #include <asm/addrspace.h>
9 #include <bcm63xx_board.h> 9 #include <bcm63xx_board.h>
10 #include <bcm63xx_cpu.h> 10 #include <bcm63xx_cpu.h>
11 @@ -1123,6 +1124,92 @@ static struct board_info __initdata boar 11 @@ -1171,6 +1172,92 @@ static struct board_info __initdata boar
12 }, 12 },
13 }; 13 };
Line 14... Line 14...
14 14
15 +static struct board_info __initdata board_HW556_C = { 15 +static struct board_info __initdata board_HW556_C = {
Line 99... Line 99...
99 +}; 99 +};
100 + 100 +
101 /* T-Home Speedport W 303V Typ B */ 101 /* T-Home Speedport W 303V Typ B */
102 static struct board_info __initdata board_spw303v = { 102 static struct board_info __initdata board_spw303v = {
103 .name = "96358-502V", 103 .name = "96358-502V",
104 @@ -1343,6 +1430,9 @@ static const struct board_info __initcon 104 @@ -1391,6 +1478,9 @@ static const struct board_info __initcon
105 &board_nb4_fxc_r1, 105 &board_nb4_fxc_r1,
106 &board_ct6373_1, 106 &board_ct6373_1,
107 &board_HW553, 107 &board_HW553,
108 + &board_HW556_A, 108 + &board_HW556_A,
109 + &board_HW556_B, 109 + &board_HW556_B,
110 + &board_HW556_C, 110 + &board_HW556_C,
111 &board_spw303v, 111 &board_spw303v,
112 &board_DVAG3810BN, 112 &board_DVAG3810BN,
113 #endif 113 #endif
114 @@ -1415,6 +1505,9 @@ static struct of_device_id const bcm963x 114 @@ -1463,6 +1553,9 @@ static struct of_device_id const bcm963x
115 { .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, }, 115 { .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, },
116 { .compatible = "d-link,dva-g3810bn/tl", .data = &board_DVAG3810BN, }, 116 { .compatible = "d-link,dva-g3810bn/tl", .data = &board_DVAG3810BN, },
117 { .compatible = "huawei,hg553", .data = &board_HW553, }, 117 { .compatible = "huawei,hg553", .data = &board_HW553, },
118 + { .compatible = "huawei,hg556a-a", .data = &board_HW556_A, }, 118 + { .compatible = "huawei,hg556a-a", .data = &board_HW556_A, },
119 + { .compatible = "huawei,hg556a-b", .data = &board_HW556_B, }, 119 + { .compatible = "huawei,hg556a-b", .data = &board_HW556_B, },