|
|
@@ -1,6 +1,6 @@
|
|
|
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
|
|
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
|
|
-@@ -62,6 +62,93 @@ static struct board_info __initdata boar
|
|
|
+@@ -62,6 +62,56 @@ static struct board_info __initdata boar
|
|
|
#endif /* CONFIG_BCM63XX_CPU_3368 */
|
|
|
|
|
|
/*
|
|
|
@@ -50,43 +50,6 @@
|
|
|
+ },
|
|
|
+ },
|
|
|
+ },
|
|
|
-+
|
|
|
-+ .leds = {
|
|
|
-+ {
|
|
|
-+ .name = "96318REF:red:post-failed",
|
|
|
-+ .gpio = 11,
|
|
|
-+ .active_low = 1,
|
|
|
-+ },
|
|
|
-+ {
|
|
|
-+ .name = "96318REF:green:inet",
|
|
|
-+ .gpio = 8,
|
|
|
-+ .active_low = 1,
|
|
|
-+ },
|
|
|
-+ {
|
|
|
-+ .name = "96318REF:red:inet-fail",
|
|
|
-+ .gpio = 9,
|
|
|
-+ .active_low = 1,
|
|
|
-+ },
|
|
|
-+ },
|
|
|
-+
|
|
|
-+ .buttons = {
|
|
|
-+ {
|
|
|
-+ .desc = "wps",
|
|
|
-+ .gpio = 33,
|
|
|
-+ .active_low = 1,
|
|
|
-+ .type = EV_KEY,
|
|
|
-+ .code = KEY_WPS_BUTTON,
|
|
|
-+ .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
|
|
|
-+ },
|
|
|
-+ {
|
|
|
-+ .desc = "reset",
|
|
|
-+ .gpio = 34,
|
|
|
-+ .active_low = 1,
|
|
|
-+ .type = EV_KEY,
|
|
|
-+ .code = KEY_RESTART,
|
|
|
-+ .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
|
|
|
-+ },
|
|
|
-+ },
|
|
|
+};
|
|
|
+#endif /* CONFIG_BCM63XX_CPU_6318 */
|
|
|
+
|
|
|
@@ -94,7 +57,7 @@
|
|
|
* known 6328 boards
|
|
|
*/
|
|
|
#ifdef CONFIG_BCM63XX_CPU_6328
|
|
|
-@@ -1613,6 +1700,9 @@ static const struct board_info __initcon
|
|
|
+@@ -1613,6 +1663,9 @@ static const struct board_info __initcon
|
|
|
#ifdef CONFIG_BCM63XX_CPU_3368
|
|
|
&board_cvg834g,
|
|
|
#endif
|
|
|
@@ -104,3 +67,13 @@
|
|
|
#ifdef CONFIG_BCM63XX_CPU_6328
|
|
|
&board_96328avng,
|
|
|
&board_AR5381u,
|
|
|
+@@ -1690,6 +1743,9 @@ static struct of_device_id const bcm963x
|
|
|
+ #ifdef CONFIG_BCM63XX_CPU_3368
|
|
|
+ { .compatible = "netgear,cvg834g", .data = &board_cvg834g, },
|
|
|
+ #endif
|
|
|
++#ifdef CONFIG_BCM63XX_CPU_6318
|
|
|
++ { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, },
|
|
|
++#endif
|
|
|
+ #ifdef CONFIG_BCM63XX_CPU_6328
|
|
|
+ { .compatible = "adb,a4001n1", .data = &board_A4001N1, },
|
|
|
+ { .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, },
|