summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.10
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-07-12 12:31:30 +0000
committerJonas Gorski <jogo@openwrt.org>2014-07-12 12:31:30 +0000
commitaee666d8f9bd92bd8ebd7ec53631f4d5a6d36fba (patch)
treef68eca6cd9095a976fdac27d3f9f89bbfda226db /target/linux/brcm63xx/patches-3.10
parentba3988fb16c1392c41e4710474fc5df1f1f92a83 (diff)
downloadmaster-31e0f0ae-aee666d8f9bd92bd8ebd7ec53631f4d5a6d36fba.tar.gz
master-31e0f0ae-aee666d8f9bd92bd8ebd7ec53631f4d5a6d36fba.tar.bz2
master-31e0f0ae-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.10')
-rw-r--r--target/linux/brcm63xx/patches-3.10/530-board_A4001N1.patch (renamed from target/linux/brcm63xx/patches-3.10/530-board_963281T_TEF.patch)28
-rw-r--r--target/linux/brcm63xx/patches-3.10/531-board_96328A-1441N1.patch2
-rw-r--r--target/linux/brcm63xx/patches-3.10/532-board_96328a-1241N.patch2
-rw-r--r--target/linux/brcm63xx/patches-3.10/536-board_fast2704.patch2
4 files changed, 17 insertions, 17 deletions
diff --git a/target/linux/brcm63xx/patches-3.10/530-board_963281T_TEF.patch b/target/linux/brcm63xx/patches-3.10/530-board_A4001N1.patch
index 134cff6c9c..ea2cb1d3bf 100644
--- a/target/linux/brcm63xx/patches-3.10/530-board_963281T_TEF.patch
+++ b/target/linux/brcm63xx/patches-3.10/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.10/531-board_96328A-1441N1.patch b/target/linux/brcm63xx/patches-3.10/531-board_96328A-1441N1.patch
index dad94a148d..8c67994e6b 100644
--- a/target/linux/brcm63xx/patches-3.10/531-board_96328A-1441N1.patch
+++ b/target/linux/brcm63xx/patches-3.10/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.10/532-board_96328a-1241N.patch b/target/linux/brcm63xx/patches-3.10/532-board_96328a-1241N.patch
index c22d725dc9..6866c84f08 100644
--- a/target/linux/brcm63xx/patches-3.10/532-board_96328a-1241N.patch
+++ b/target/linux/brcm63xx/patches-3.10/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.10/536-board_fast2704.patch b/target/linux/brcm63xx/patches-3.10/536-board_fast2704.patch
index 484e471846..d377d8be05 100644
--- a/target/linux/brcm63xx/patches-3.10/536-board_fast2704.patch
+++ b/target/linux/brcm63xx/patches-3.10/536-board_fast2704.patch
@@ -137,7 +137,7 @@ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
.expected_cpu_id = 0x6348,
@@ -3814,6 +3930,7 @@ static const struct board_info __initcon
&board_963281TAN,
- &board_963281T_TEF,
+ &board_A4001N1,
&board_dsl_274xb_f1,
+ &board_FAST2704V2,
#endif