X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fbrcm63xx%2Fpatches-3.14%2F514-board_ct536_ct5621.patch;h=3faf0b6d76c222c27d9ac36e2bf86d01f9f65d6c;hb=1d40fae294554498ba7f17e2b7e4fc9341f91526;hp=744e85c4a685090c6a5ea400a9e8f010961024b2;hpb=d063d7a1cf8c6aa1cfaf5105375bd4e4cb736e22;p=openwrt.git diff --git a/target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch b/target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch index 744e85c4a6..3faf0b6d76 100644 --- a/target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch +++ b/target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch @@ -1,12 +1,11 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -539,6 +539,59 @@ static struct board_info __initdata boar +@@ -531,6 +531,58 @@ static struct board_info __initdata boar }; +static struct board_info __initdata board_ct536_ct5621 = { + .name = "CT536_CT5621", -+ .of_board_id = "comtrend,ct-536+", + .expected_cpu_id = 0x6348, + + .has_uart0 = 1, @@ -59,8 +58,8 @@ + static struct board_info __initdata board_96348gw = { .name = "96348GW", - .of_board_id = "brcm,bcm96348gw", -@@ -1800,6 +1853,7 @@ static const struct board_info __initcon + .expected_cpu_id = 0x6348, +@@ -1794,6 +1846,7 @@ static const struct board_info __initcon &board_96348sv, &board_V2500V_BB, &board_V2110, @@ -68,3 +67,12 @@ #endif #ifdef CONFIG_BCM63XX_CPU_6358 +@@ -1832,6 +1885,8 @@ static struct of_device_id const bcm963x + { .compatible = "brcm,bcm96348gw-10", .data = &board_96348gw_10, }, + { .compatible = "brcm,bcm96348gw-11", .data = &board_96348gw_11, }, + { .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, }, ++ { .compatible = "comtrend,ct-536+", .data = &board_ct536_ct5621, }, ++ { .compatible = "comtrend,ct-5621", .data = &board_ct536_ct5621, }, + { .compatible = "d-link,dsl-2640b-b", .data = &board_96348_D4PW, }, + { .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, }, + { .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },