diff options
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, |