OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 19... Line 19...
19 + }, 19 + },
20 +}; 20 +};
21 #endif /* CONFIG_BCM63XX_CPU_6338 */ 21 #endif /* CONFIG_BCM63XX_CPU_6338 */
Line 22... Line 22...
22 22
23 /* 23 /*
24 @@ -660,6 +674,7 @@ static const struct board_info __initcon 24 @@ -708,6 +722,7 @@ static const struct board_info __initcon
25 &board_96338gw, 25 &board_96338gw,
26 &board_96338w, 26 &board_96338w,
27 &board_96338w2_e7t, 27 &board_96338w2_e7t,
28 + &board_rta1320_16m, 28 + &board_rta1320_16m,
29 #endif 29 #endif
30 #ifdef CONFIG_BCM63XX_CPU_6345 30 #ifdef CONFIG_BCM63XX_CPU_6345
31 &board_96345gw2, 31 &board_96345gw2,
32 @@ -704,6 +719,7 @@ static struct of_device_id const bcm963x 32 @@ -752,6 +767,7 @@ static struct of_device_id const bcm963x
33 #ifdef CONFIG_BCM63XX_CPU_6338 33 #ifdef CONFIG_BCM63XX_CPU_6338
34 { .compatible = "brcm,bcm96338gw", .data = &board_96338gw, }, 34 { .compatible = "brcm,bcm96338gw", .data = &board_96338gw, },
35 { .compatible = "brcm,bcm96338w", .data = &board_96338w, }, 35 { .compatible = "brcm,bcm96338w", .data = &board_96338w, },
36 + { .compatible = "dynalink,rta1320", .data = &board_rta1320_16m, }, 36 + { .compatible = "dynalink,rta1320", .data = &board_rta1320_16m, },