diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:28:59 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:28:59 +0000 |
commit | 51e1f1476f74d6788b106a066dfebd8ec6ac1bd9 (patch) | |
tree | 7c4c7f82270f65d0c10000a8f240e88f0d270235 /target/linux/brcm63xx/patches-3.14 | |
parent | b339304425b63073e8757cf104621279a5a38b5d (diff) | |
download | upstream-51e1f1476f74d6788b106a066dfebd8ec6ac1bd9.tar.gz upstream-51e1f1476f74d6788b106a066dfebd8ec6ac1bd9.tar.bz2 upstream-51e1f1476f74d6788b106a066dfebd8ec6ac1bd9.zip |
brcm63xx: Add DT support for P870HW-51a
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo: fix nvram partition offset]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42248
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14')
4 files changed, 6 insertions, 5 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/564-board_P870HW-51a_v2.patch b/target/linux/brcm63xx/patches-3.14/564-board_P870HW-51a_v2.patch index 368f28a1af..9ba2226498 100644 --- a/target/linux/brcm63xx/patches-3.14/564-board_P870HW-51a_v2.patch +++ b/target/linux/brcm63xx/patches-3.14/564-board_P870HW-51a_v2.patch @@ -1,11 +1,12 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -4180,6 +4180,96 @@ static struct sprom_fixup __initdata vr3 +@@ -4180,6 +4180,97 @@ static struct sprom_fixup __initdata vr3 { .offset = 115, .value = 0xfad9 }, }; +static struct board_info __initdata board_P870HW51A_V2 = { + .name = "P870HW-51a_v2", ++ .of_board_id = "zyxel,p870hw-51a-v2", + .expected_cpu_id = 0x6368, + + .has_uart0 = 1, @@ -97,7 +98,7 @@ static struct board_info __initdata board_VR3025u = { .name = "96368M-1541N", .of_board_id = "comtrend,vr-3025u", -@@ -4883,6 +4973,7 @@ static const struct board_info __initcon +@@ -4883,6 +4974,7 @@ static const struct board_info __initcon #ifdef CONFIG_BCM63XX_CPU_6368 &board_96368mvwg, &board_96368mvngr, diff --git a/target/linux/brcm63xx/patches-3.14/565-board_hw520.patch b/target/linux/brcm63xx/patches-3.14/565-board_hw520.patch index 7ac322003f..98287999ff 100644 --- a/target/linux/brcm63xx/patches-3.14/565-board_hw520.patch +++ b/target/linux/brcm63xx/patches-3.14/565-board_hw520.patch @@ -58,7 +58,7 @@ static struct board_info __initdata board_HW553 = { .name = "HW553", .of_board_id = "huawei,hg553", -@@ -4957,6 +5008,7 @@ static const struct board_info __initcon +@@ -4958,6 +5009,7 @@ static const struct board_info __initcon &board_nb4_ser_r0, &board_nb4_fxc_r1, &board_ct6373_1, diff --git a/target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch b/target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch index 09b80b3112..2b90ee1b39 100644 --- a/target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch +++ b/target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch @@ -97,7 +97,7 @@ static struct board_info __initdata board_A4001N1 = { .name = "963281T_TEF", .of_board_id = "adb,a4001n1", -@@ -4959,6 +5049,7 @@ static const struct board_info __initcon +@@ -4960,6 +5050,7 @@ static const struct board_info __initcon &board_AR5381u, &board_AR5387un, &board_963281TAN, diff --git a/target/linux/brcm63xx/patches-3.14/567-board_dsl-2751b_e1.patch b/target/linux/brcm63xx/patches-3.14/567-board_dsl-2751b_e1.patch index 7188ba3f9a..877d62651d 100644 --- a/target/linux/brcm63xx/patches-3.14/567-board_dsl-2751b_e1.patch +++ b/target/linux/brcm63xx/patches-3.14/567-board_dsl-2751b_e1.patch @@ -142,7 +142,7 @@ #endif /* CONFIG_BCM63XX_CPU_6318 */ /* -@@ -5043,6 +5178,7 @@ static const struct board_info __initcon +@@ -5044,6 +5179,7 @@ static const struct board_info __initcon #ifdef CONFIG_BCM63XX_CPU_6318 &board_96318ref, &board_96318ref_p300, |