OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 59... Line 59...
59 +}; 59 +};
60 + 60 +
61 static struct sprom_fixup __initdata ar5387un_fixups[] = { 61 static struct sprom_fixup __initdata ar5387un_fixups[] = {
62 { .offset = 2, .value = 0x05bb }, 62 { .offset = 2, .value = 0x05bb },
63 { .offset = 65, .value = 0x1204 }, 63 { .offset = 65, .value = 0x1204 },
64 @@ -1225,6 +1279,7 @@ static const struct board_info __initcon 64 @@ -1273,6 +1327,7 @@ static const struct board_info __initcon
65 #endif 65 #endif
66 #ifdef CONFIG_BCM63XX_CPU_6328 66 #ifdef CONFIG_BCM63XX_CPU_6328
67 &board_96328avng, 67 &board_96328avng,
68 + &board_AR5381u, 68 + &board_AR5381u,
69 &board_AR5387un, 69 &board_AR5387un,
70 &board_963281TAN, 70 &board_963281TAN,
71 &board_A4001N1, 71 &board_A4001N1,
72 @@ -1296,6 +1351,7 @@ static struct of_device_id const bcm963x 72 @@ -1344,6 +1399,7 @@ static struct of_device_id const bcm963x
73 { .compatible = "adb,a4001n1", .data = &board_A4001N1, }, 73 { .compatible = "adb,a4001n1", .data = &board_A4001N1, },
74 { .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, }, 74 { .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, },
75 { .compatible = "brcm,bcm96328avng", .data = &board_96328avng, }, 75 { .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },
76 + { .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, }, 76 + { .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, },
77 { .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, }, 77 { .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, },