OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c 1 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c 2 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3 @@ -418,6 +418,60 @@ static struct board_info __initdata boar 3 @@ -434,6 +434,60 @@ static struct board_info __initdata boar
Line 4... Line 4...
4 4
5 .has_ohci0 = 1, 5 .has_ohci0 = 1,
6 }; 6 };
7 + 7 +
Line 59... Line 59...
59 + .num_usbh_ports = 2, 59 + .num_usbh_ports = 2,
60 +}; 60 +};
61 #endif /* CONFIG_BCM63XX_CPU_6358 */ 61 #endif /* CONFIG_BCM63XX_CPU_6358 */
Line 62... Line 62...
62 62
63 /* 63 /*
64 @@ -454,6 +508,8 @@ static const struct board_info __initcon 64 @@ -470,6 +524,8 @@ static const struct board_info __initcon
65 &board_96358vw2, 65 &board_96358vw2,
66 &board_AGPFS0, 66 &board_AGPFS0,
67 &board_DWVS0, 67 &board_DWVS0,
68 + &board_nb4_ser_r0, 68 + &board_nb4_ser_r0,
69 + &board_nb4_fxc_r1, 69 + &board_nb4_fxc_r1,
70 #endif 70 #endif
Line 71... Line 71...
71 }; 71 };
72 72
73 @@ -495,6 +551,8 @@ static struct of_device_id const bcm963x 73 @@ -511,6 +567,8 @@ static struct of_device_id const bcm963x
74 { .compatible = "pirelli,a226m", .data = &board_DWVS0, }, 74 { .compatible = "pirelli,a226m", .data = &board_DWVS0, },
75 { .compatible = "pirelli,a226m-fwb", .data = &board_DWVS0, }, 75 { .compatible = "pirelli,a226m-fwb", .data = &board_DWVS0, },
76 { .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, }, 76 { .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },