OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 7... Line 7...
7 +#include <linux/platform_data/b53.h> 7 +#include <linux/platform_data/b53.h>
8 +#include <linux/spi/spi.h> 8 +#include <linux/spi/spi.h>
9 #include <asm/addrspace.h> 9 #include <asm/addrspace.h>
10 #include <bcm63xx_board.h> 10 #include <bcm63xx_board.h>
11 #include <bcm63xx_cpu.h> 11 #include <bcm63xx_cpu.h>
12 @@ -1568,6 +1570,47 @@ static struct board_info __initdata boar 12 @@ -1616,6 +1618,47 @@ static struct board_info __initdata boar
13 .has_ohci0 = 1, 13 .has_ohci0 = 1,
14 .has_ehci0 = 1, 14 .has_ehci0 = 1,
15 }; 15 };
16 + 16 +
17 +static struct sprom_fixup __initdata wap5813n_fixups[] = { 17 +static struct sprom_fixup __initdata wap5813n_fixups[] = {
Line 55... Line 55...
55 + }, 55 + },
56 +}; 56 +};
57 #endif /* CONFIG_BCM63XX_CPU_6368 */ 57 #endif /* CONFIG_BCM63XX_CPU_6368 */
Line 58... Line 58...
58 58
59 /* 59 /*
60 @@ -1798,6 +1841,7 @@ static const struct board_info __initcon 60 @@ -1846,6 +1889,7 @@ static const struct board_info __initcon
61 #ifdef CONFIG_BCM63XX_CPU_6368 61 #ifdef CONFIG_BCM63XX_CPU_6368
62 &board_96368mvwg, 62 &board_96368mvwg,
63 &board_96368mvngr, 63 &board_96368mvngr,
64 + &board_WAP5813n, 64 + &board_WAP5813n,
65 #endif 65 #endif
66 #ifdef CONFIG_BCM63XX_CPU_63268 66 #ifdef CONFIG_BCM63XX_CPU_63268
67 &board_963268bu_p300, 67 &board_963268bu_p300,
68 @@ -1890,6 +1934,7 @@ static struct of_device_id const bcm963x 68 @@ -1938,6 +1982,7 @@ static struct of_device_id const bcm963x
69 #ifdef CONFIG_BCM63XX_CPU_6368 69 #ifdef CONFIG_BCM63XX_CPU_6368
70 { .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, }, 70 { .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
71 { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, }, 71 { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
72 + { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, }, 72 + { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },