1 From: "mexit@o2.pl" <mexit@o2.pl>
2 Date: Sun, 24 Nov 2013 21:33:38 +0000
3 Subject: [PATCH 4/5] brcm63xx: add support for Asmax AR 1004g router
5 Support for Asmax AR 1004g router
7 Signed-off-by: Adrian Feliks <mexit@o2.pl>
9 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
10 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
11 @@ -1424,6 +1424,51 @@ static struct board_info __initdata boar
15 +static struct board_info __initdata board_96348gw_10_AR1004G = {
17 + .expected_cpu_id = 0x6348,
26 + .force_speed_100 = 1,
27 + .force_duplex_full = 1,
32 + .name = "AR1004G:green:inet",
37 + .name = "AR1004G:green:power",
42 + .name = "AR1004G:red:power",
54 + .code = KEY_RESTART,
55 + .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
62 static struct board_info __initdata board_V2110 = {
63 @@ -4221,6 +4266,7 @@ static const struct board_info __initcon
67 + &board_96348gw_10_AR1004G,
70 #ifdef CONFIG_BCM63XX_CPU_6358
71 @@ -4277,6 +4323,7 @@ static struct of_device_id const bcm963x
72 { .compatible = "brcm,bcm96345gw2", .data = &board_96345gw2, },
74 #ifdef CONFIG_BCM63XX_CPU_6348
75 + { .compatible = "asmax,ar1004g", .data = &board_96348gw_10_AR1004G, },
76 { .compatible = "belkin,f5d7633", .data = &board_96348gw_10, },
77 { .compatible = "brcm,bcm96348r", .data = &board_96348r, },
78 { .compatible = "brcm,bcm96348gw-10", .data = &board_96348gw_10, },