OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 48... Line 48...
48 +}; 48 +};
49 + 49 +
50 static struct board_info __initdata board_A4001N1 = { 50 static struct board_info __initdata board_A4001N1 = {
51 .name = "963281T_TEF", 51 .name = "963281T_TEF",
52 .expected_cpu_id = 0x6328, 52 .expected_cpu_id = 0x6328,
53 @@ -1954,6 +1997,7 @@ static const struct board_info __initcon 53 @@ -2002,6 +2045,7 @@ static const struct board_info __initcon
54 &board_AR5381u, 54 &board_AR5381u,
55 &board_AR5387un, 55 &board_AR5387un,
56 &board_963281TAN, 56 &board_963281TAN,
57 + &board_A4001N, 57 + &board_A4001N,
58 &board_A4001N1, 58 &board_A4001N1,
59 &board_dsl_274xb_f1, 59 &board_dsl_274xb_f1,
60 &board_FAST2704V2, 60 &board_FAST2704V2,
61 @@ -2042,6 +2086,7 @@ static struct of_device_id const bcm963x 61 @@ -2090,6 +2134,7 @@ static struct of_device_id const bcm963x
62 { .compatible = "brcm,bcm96318ref_p300", .data = &board_96318ref_p300, }, 62 { .compatible = "brcm,bcm96318ref_p300", .data = &board_96318ref_p300, },
63 #endif 63 #endif
64 #ifdef CONFIG_BCM63XX_CPU_6328 64 #ifdef CONFIG_BCM63XX_CPU_6328
65 + { .compatible = "adb,a4001n", .data = &board_A4001N, }, 65 + { .compatible = "adb,a4001n", .data = &board_A4001N, },
66 { .compatible = "adb,a4001n1", .data = &board_A4001N1, }, 66 { .compatible = "adb,a4001n1", .data = &board_A4001N1, },