OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 66... Line 66...
66 +}; 66 +};
67 + 67 +
68 static struct sprom_fixup __initdata dsl2751b_e1_fixups[] = { 68 static struct sprom_fixup __initdata dsl2751b_e1_fixups[] = {
69 { .offset = 96, .value = 0x2046 }, 69 { .offset = 96, .value = 0x2046 },
70 { .offset = 97, .value = 0xfe9d }, 70 { .offset = 97, .value = 0xfe9d },
71 @@ -2478,6 +2539,7 @@ static const struct board_info __initcon 71 @@ -2526,6 +2587,7 @@ static const struct board_info __initcon
72 #ifdef CONFIG_BCM63XX_CPU_6318 72 #ifdef CONFIG_BCM63XX_CPU_6318
73 &board_96318ref, 73 &board_96318ref,
74 &board_96318ref_p300, 74 &board_96318ref_p300,
75 + &board_AR5315u, 75 + &board_AR5315u,
76 &board_dsl_2751b_d1, 76 &board_dsl_2751b_d1,
77 &board_FAST2704N, 77 &board_FAST2704N,
78 #endif 78 #endif
79 @@ -2583,6 +2645,7 @@ static struct of_device_id const bcm963x 79 @@ -2631,6 +2693,7 @@ static struct of_device_id const bcm963x
80 #ifdef CONFIG_BCM63XX_CPU_6318 80 #ifdef CONFIG_BCM63XX_CPU_6318
81 { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, }, 81 { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, },
82 { .compatible = "brcm,bcm96318ref_p300", .data = &board_96318ref_p300, }, 82 { .compatible = "brcm,bcm96318ref_p300", .data = &board_96318ref_p300, },
83 + { .compatible = "comtrend,ar-5315u", .data = &board_AR5315u, }, 83 + { .compatible = "comtrend,ar-5315u", .data = &board_AR5315u, },
84 { .compatible = "d-link,dsl-275xb-d", .data = &board_dsl_2751b_d1, }, 84 { .compatible = "d-link,dsl-275xb-d", .data = &board_dsl_2751b_d1, },