X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fpatches-3.14%2F565-board_hw520.patch;h=245f5948095682e2e701d386cd0ba0b3465e2094;hp=fc229e4df8c67bd04030f312bddcb70d18d17fe7;hb=57214b00aed49a43bf8070772d87663971b2af14;hpb=862f7fccb00cf5641c056dc5f23a0d85276bf26d 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..245f594809 100644 --- a/target/linux/brcm63xx/patches-3.14/565-board_hw520.patch +++ b/target/linux/brcm63xx/patches-3.14/565-board_hw520.patch @@ -1,11 +1,12 @@ --- 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 +@@ -3227,6 +3227,57 @@ static struct board_info __initdata boar .num_spis = ARRAY_SIZE(ct6373_spi_devices), }; +static struct board_info __initdata board_HW520 = { + .name = "HW6358GW_B", ++ .of_board_id = "huawei,hg520v", + .expected_cpu_id = 0x6358, + + .has_uart0 = 1, @@ -56,12 +57,12 @@ + static struct board_info __initdata board_HW553 = { .name = "HW553", - .expected_cpu_id = 0x6358, -@@ -5373,6 +5423,7 @@ static const struct board_info __initcon + .of_board_id = "huawei,hg553", +@@ -4961,6 +5012,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,