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/564-board_P870HW-51a_v2.patch | |
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/564-board_P870HW-51a_v2.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/564-board_P870HW-51a_v2.patch | 5 |
1 files changed, 3 insertions, 2 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, |