OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 49... Line 49...
49 + }, 49 + },
50 +}; 50 +};
51 #endif /* CONFIG_BCM63XX_CPU_6318 */ 51 #endif /* CONFIG_BCM63XX_CPU_6318 */
Line 52... Line 52...
52 52
53 /* 53 /*
54 @@ -1520,6 +1564,7 @@ static const struct board_info __initcon 54 @@ -1568,6 +1612,7 @@ static const struct board_info __initcon
55 #endif 55 #endif
56 #ifdef CONFIG_BCM63XX_CPU_6318 56 #ifdef CONFIG_BCM63XX_CPU_6318
57 &board_96318ref, 57 &board_96318ref,
58 + &board_96318ref_p300, 58 + &board_96318ref_p300,
59 #endif 59 #endif
60 #ifdef CONFIG_BCM63XX_CPU_6328 60 #ifdef CONFIG_BCM63XX_CPU_6328
61 &board_96328avng, 61 &board_96328avng,
62 @@ -1600,6 +1645,7 @@ static struct of_device_id const bcm963x 62 @@ -1648,6 +1693,7 @@ static struct of_device_id const bcm963x
63 #endif 63 #endif
64 #ifdef CONFIG_BCM63XX_CPU_6318 64 #ifdef CONFIG_BCM63XX_CPU_6318
65 { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, }, 65 { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, },
66 + { .compatible = "brcm,bcm96318ref_p300", .data = &board_96318ref_p300, }, 66 + { .compatible = "brcm,bcm96318ref_p300", .data = &board_96318ref_p300, },