diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:28:43 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:28:43 +0000 |
commit | 7bc83fdd13ec436e635771a0c19cc56d2751779b (patch) | |
tree | 1e9bd044c8c1650bef5a4709ae0bd9463fc6f38d /target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch | |
parent | a180c80f23f7cb9d3fd950aedeca93495a6a36a8 (diff) | |
download | upstream-7bc83fdd13ec436e635771a0c19cc56d2751779b.tar.gz upstream-7bc83fdd13ec436e635771a0c19cc56d2751779b.tar.bz2 upstream-7bc83fdd13ec436e635771a0c19cc56d2751779b.zip |
brcm63xx: Add DT support for A4001N
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42245
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch | 7 |
1 files changed, 4 insertions, 3 deletions
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 ee5cf9ab2f..ed5aa03c3e 100644 --- a/target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch +++ b/target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch @@ -1,11 +1,12 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -609,6 +609,95 @@ static struct board_info __initdata boar +@@ -609,6 +609,96 @@ static struct board_info __initdata boar }, }; +static struct board_info __initdata board_A4001N = { + .name = "96328dg2x2", ++ .of_board_id = "adb,a4001n", + .expected_cpu_id = 0x6328, + + .has_uart0 = 1, @@ -95,8 +96,8 @@ + static struct board_info __initdata board_A4001N1 = { .name = "963281T_TEF", - .of_board_id = "comtrend,wap-5813n", -@@ -4957,6 +5046,7 @@ static const struct board_info __initcon + .of_board_id = "adb,a4001n1", +@@ -4957,6 +5047,7 @@ static const struct board_info __initcon &board_AR5381u, &board_AR5387un, &board_963281TAN, |