From e490cc7e14d90c1e6fc4280cfc1af4b836533f09 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Thu, 21 Aug 2014 11:28:10 +0000 Subject: brcm63xx: Add DT support for CT-5365 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas [jogo: make linux partition writable] Signed-off-by: Jonas Gorski SVN-Revision: 42237 --- target/linux/brcm63xx/patches-3.14/516-board_96348A-122.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'target/linux/brcm63xx/patches-3.14/516-board_96348A-122.patch') diff --git a/target/linux/brcm63xx/patches-3.14/516-board_96348A-122.patch b/target/linux/brcm63xx/patches-3.14/516-board_96348A-122.patch index 398e4a80b6..cc2690740f 100644 --- a/target/linux/brcm63xx/patches-3.14/516-board_96348A-122.patch +++ b/target/linux/brcm63xx/patches-3.14/516-board_96348A-122.patch @@ -1,11 +1,12 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -592,6 +592,76 @@ static struct board_info __initdata boar +@@ -592,6 +592,77 @@ static struct board_info __initdata boar }, }; +static struct board_info __initdata board_96348A_122 = { + .name = "96348A-122", ++ .of_board_id = "comtrend,ct-5365", + .expected_cpu_id = 0x6348, + + .has_uart0 = 1, @@ -77,7 +78,7 @@ static struct board_info __initdata board_96348gw = { .name = "96348GW", .of_board_id = "brcm,bcm96348gw", -@@ -1864,6 +1934,7 @@ static const struct board_info __initcon +@@ -1864,6 +1935,7 @@ static const struct board_info __initcon &board_V2500V_BB, &board_V2110, &board_ct536_ct5621, -- cgit v1.2.3