diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:24:29 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:24:29 +0000 |
commit | a950e2fce806c242a671a5d6faf9393a0d8eab56 (patch) | |
tree | 3cd4f249a34e6c714b9588eceb9083f280e03220 /target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch | |
parent | ddcc29290c9d92823969283a5eed5a7bc70a8377 (diff) | |
download | upstream-a950e2fce806c242a671a5d6faf9393a0d8eab56.tar.gz upstream-a950e2fce806c242a671a5d6faf9393a0d8eab56.tar.bz2 upstream-a950e2fce806c242a671a5d6faf9393a0d8eab56.zip |
brcm63xx: Add DT support for 963281TAN
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42727
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch b/target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch index 665c71e3db..46d52302db 100644 --- a/target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch +++ b/target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch @@ -9,13 +9,14 @@ Subject: [PATCH] MIPS: BCM63XX: add 963281TAN reference board --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -156,6 +156,76 @@ static struct board_info __initdata boar +@@ -156,6 +156,77 @@ static struct board_info __initdata boar }, }, }; + +static struct board_info __initdata board_963281TAN = { + .name = "963281TAN", ++ .of_board_id = "brcm,bcm963281TAN", + .expected_cpu_id = 0x6328, + + .has_uart0 = 1, @@ -86,7 +87,7 @@ Subject: [PATCH] MIPS: BCM63XX: add 963281TAN reference board #endif /* CONFIG_BCM63XX_CPU_6328 */ /* -@@ -2121,6 +2191,7 @@ static const struct board_info __initcon +@@ -2121,6 +2192,7 @@ static const struct board_info __initcon #endif #ifdef CONFIG_BCM63XX_CPU_6328 &board_96328avng, |