X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fpatches-3.14%2F565-board_hw520.patch;h=0fa25c3fb28520d6f25f1cb08d63995524ac9030;hb=1d40fae294554498ba7f17e2b7e4fc9341f91526;hp=fc229e4df8c67bd04030f312bddcb70d18d17fe7;hpb=180d41e8c40b0c2cd0f2480eac313fce259f9057;p=openwrt.git diff --git a/target/linux/brcm63xx/patches-3.14/565-board_hw520.patch b/target/linux/brcm63xx/patches-3.14/565-board_hw520.patch index fc229e4df8..0fa25c3fb2 100644 --- a/target/linux/brcm63xx/patches-3.14/565-board_hw520.patch +++ b/target/linux/brcm63xx/patches-3.14/565-board_hw520.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -3553,6 +3553,56 @@ static struct board_info __initdata boar +@@ -3206,6 +3206,56 @@ static struct board_info __initdata boar .num_spis = ARRAY_SIZE(ct6373_spi_devices), }; @@ -57,11 +57,19 @@ static struct board_info __initdata board_HW553 = { .name = "HW553", .expected_cpu_id = 0x6358, -@@ -5373,6 +5423,7 @@ static const struct board_info __initcon +@@ -4928,6 +4978,7 @@ static const struct board_info __initcon + &board_nb4_ser_r0, &board_nb4_fxc_r1, - &board_nb4_fxc_r2, &board_ct6373_1, + &board_HW520, &board_HW553, - &board_HW556, &board_HW556_A, + &board_HW556_B, +@@ -5008,6 +5059,7 @@ static struct of_device_id const bcm963x + { .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, }, + { .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, }, + { .compatible = "d-link,dva-g3810bn/tl", .data = &board_DVAG3810BN, }, ++ { .compatible = "huawei,hg520v", .data = &board_HW520, }, + { .compatible = "huawei,hg553", .data = &board_HW553, }, + { .compatible = "huawei,hg556a-a", .data = &board_HW556_A, }, + { .compatible = "huawei,hg556a-b", .data = &board_HW556_B, },