diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-07-12 12:31:30 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-07-12 12:31:30 +0000 |
commit | aee666d8f9bd92bd8ebd7ec53631f4d5a6d36fba (patch) | |
tree | f68eca6cd9095a976fdac27d3f9f89bbfda226db /target/linux/brcm63xx/patches-3.14 | |
parent | ba3988fb16c1392c41e4710474fc5df1f1f92a83 (diff) | |
download | upstream-aee666d8f9bd92bd8ebd7ec53631f4d5a6d36fba.tar.gz upstream-aee666d8f9bd92bd8ebd7ec53631f4d5a6d36fba.tar.bz2 upstream-aee666d8f9bd92bd8ebd7ec53631f4d5a6d36fba.zip |
brcm63xx: Use model name for ADB P.DG A4001N1
This patch also makes use of the new leds script.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 41585
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch (renamed from target/linux/brcm63xx/patches-3.14/530-board_963281T_TEF.patch) | 28 | ||||
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/531-board_96328A-1441N1.patch | 2 | ||||
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/532-board_96328a-1241N.patch | 2 | ||||
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch | 2 |
4 files changed, 17 insertions, 17 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/530-board_963281T_TEF.patch b/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch index bfa2333494..4706e8ce1f 100644 --- a/target/linux/brcm63xx/patches-3.14/530-board_963281T_TEF.patch +++ b/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch @@ -4,7 +4,7 @@ }, }; -+static struct board_info __initdata board_963281T_TEF = { ++static struct board_info __initdata board_A4001N1 = { + .name = "963281T_TEF", + .expected_cpu_id = 0x6328, + @@ -42,63 +42,63 @@ + + .leds = { + { -+ .name = "963281T_TEF:green:power", ++ .name = "A4001N1:green:power", + .gpio = 4, + .active_low = 1, + .default_trigger = "default-on", + }, + { -+ .name = "963281T_TEF:red:power", ++ .name = "A4001N1:red:power", + .gpio = 8, + .active_low = 1, + }, + { -+ .name = "963281T_TEF:green:inet", ++ .name = "A4001N1:green:inet", + .gpio = 11, + .active_low = 1, + }, + { -+ .name = "963281T_TEF:red:inet", ++ .name = "A4001N1:red:inet", + .gpio = 2, + .active_low = 1, + }, + { -+ .name = "963281T_TEF:green:ppp", ++ .name = "A4001N1:green:ppp", + .gpio = 3, + .active_low = 1, + }, + { -+ .name = "963281T_TEF:red:ppp", ++ .name = "A4001N1:red:ppp", + .gpio = 5, + .active_low = 1, + }, + { -+ .name = "963281T_TEF:green:3g", ++ .name = "A4001N1:green:3g", + .gpio = 6, + .active_low = 1, + }, + { -+ .name = "963281T_TEF:red:3g", ++ .name = "A4001N1:red:3g", + .gpio = 7, + .active_low = 1, + }, + { -+ .name = "963281T_TEF:green:wlan", ++ .name = "A4001N1:green:wlan", + .gpio = 9, + .active_low = 1, + }, + { -+ .name = "963281T_TEF:red:wlan", ++ .name = "A4001N1:red:wlan", + .gpio = 10, + .active_low = 1, + }, + { -+ .name = "963281T_TEF:green:eth", ++ .name = "A4001N1:green:eth", + .gpio = 31, + .active_low = 1, + }, + { -+ .name = "963281T_TEF:red:eth", ++ .name = "A4001N1:red:eth", + .gpio = 20, + .active_low = 1, + }, @@ -131,7 +131,7 @@ #ifdef CONFIG_BCM63XX_CPU_6328 &board_96328avng, &board_963281TAN, -+ &board_963281T_TEF, ++ &board_A4001N1, &board_dsl_274xb_f1, #endif #ifdef CONFIG_BCM63XX_CPU_6338 diff --git a/target/linux/brcm63xx/patches-3.14/531-board_96328A-1441N1.patch b/target/linux/brcm63xx/patches-3.14/531-board_96328A-1441N1.patch index ca52f346b8..ad1f50b42f 100644 --- a/target/linux/brcm63xx/patches-3.14/531-board_96328A-1441N1.patch +++ b/target/linux/brcm63xx/patches-3.14/531-board_96328A-1441N1.patch @@ -86,5 +86,5 @@ &board_96328avng, + &board_96328A_1441N1, &board_963281TAN, - &board_963281T_TEF, + &board_A4001N1, &board_dsl_274xb_f1, diff --git a/target/linux/brcm63xx/patches-3.14/532-board_96328a-1241N.patch b/target/linux/brcm63xx/patches-3.14/532-board_96328a-1241N.patch index 267c15f3c2..1a9f3c977f 100644 --- a/target/linux/brcm63xx/patches-3.14/532-board_96328a-1241N.patch +++ b/target/linux/brcm63xx/patches-3.14/532-board_96328a-1241N.patch @@ -81,4 +81,4 @@ + &board_96328A_1241N, &board_96328A_1441N1, &board_963281TAN, - &board_963281T_TEF, + &board_A4001N1, diff --git a/target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch b/target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch index 4fa9f90507..f187ee4505 100644 --- a/target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch +++ b/target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch @@ -137,7 +137,7 @@ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com> .expected_cpu_id = 0x6348, @@ -3824,6 +3940,7 @@ static const struct board_info __initcon &board_963281TAN, - &board_963281T_TEF, + &board_A4001N1, &board_dsl_274xb_f1, + &board_FAST2704V2, #endif |