OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 7... Line 7...
7 arch/mips/bcm63xx/boards/board_bcm963xx.c | 67 +++++++++++++++++++++++++++++ 7 arch/mips/bcm63xx/boards/board_bcm963xx.c | 67 +++++++++++++++++++++++++++++
8 1 files changed, 67 insertions(+), 0 deletions(-) 8 1 files changed, 67 insertions(+), 0 deletions(-)
Line 9... Line 9...
9   9  
10 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c 10 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
11 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c 11 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
12 @@ -841,6 +841,45 @@ static struct board_info __initdata boar 12 @@ -889,6 +889,45 @@ 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 +
Line 53... Line 53...
53 + .has_ehci0 = 1, 53 + .has_ehci0 = 1,
54 +}; 54 +};
55 #endif /* CONFIG_BCM63XX_CPU_6368 */ 55 #endif /* CONFIG_BCM63XX_CPU_6368 */
Line 56... Line 56...
56 56
57 /* 57 /*
Line 58... Line 58...
58 @@ -898,6 +937,7 @@ static const struct board_info __initcon 58 @@ -946,6 +985,7 @@ static const struct board_info __initcon
59 59
60 #ifdef CONFIG_BCM63XX_CPU_6368 60 #ifdef CONFIG_BCM63XX_CPU_6368
61 &board_96368mvwg, 61 &board_96368mvwg,
62 + &board_96368mvngr, 62 + &board_96368mvngr,
Line 63... Line 63...
63 #endif 63 #endif
64 }; 64 };
65 65
66 @@ -959,6 +999,7 @@ static struct of_device_id const bcm963x 66 @@ -1007,6 +1047,7 @@ static struct of_device_id const bcm963x
67 { .compatible = "telsey,cpva642", .data = &board_CPVA642, }, 67 { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
68 #endif 68 #endif