diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:28:40 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:28:40 +0000 |
commit | 6bf8cb672bd3a147f219719b7ecaf8340c1b6051 (patch) | |
tree | abe01df9f35895ec6620413778fafbdaab65cd4f /target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch | |
parent | 5771199a961d4616a5cbff5c6823d48a8dad1e1a (diff) | |
download | upstream-6bf8cb672bd3a147f219719b7ecaf8340c1b6051.tar.gz upstream-6bf8cb672bd3a147f219719b7ecaf8340c1b6051.tar.bz2 upstream-6bf8cb672bd3a147f219719b7ecaf8340c1b6051.zip |
brcm63xx: Add DT support for A4001N1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42244 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch b/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch index 45ceec345d..272ee64e27 100644 --- a/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch +++ b/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch @@ -1,11 +1,12 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -236,6 +236,133 @@ static struct board_info __initdata boar +@@ -236,6 +236,134 @@ static struct board_info __initdata boar }, }; +static struct board_info __initdata board_A4001N1 = { + .name = "963281T_TEF", ++ .of_board_id = "adb,a4001n1", + .expected_cpu_id = 0x6328, + + .has_uart0 = 1, @@ -134,7 +135,7 @@ static struct board_info __initdata board_dsl_274xb_f1 = { .name = "AW4339U", .expected_cpu_id = 0x6328, -@@ -2695,6 +2822,7 @@ static const struct board_info __initcon +@@ -2695,6 +2823,7 @@ static const struct board_info __initcon #ifdef CONFIG_BCM63XX_CPU_6328 &board_96328avng, &board_963281TAN, |