X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fbrcm63xx%2Fpatches-3.14%2F504-board_dsl_274xb_rev_c.patch;h=c20dd19ff3033fcfe8be9c7f1c9400165cb2bde4;hb=8a45ed6f4a550ac691b843faa1a6d517389beec0;hp=77b6a35d5991ad52097448245d31e1bf0df90cd5;hpb=8ed7012d08ad17973df795c0550fa40667c82fef;p=openwrt.git diff --git a/target/linux/brcm63xx/patches-3.14/504-board_dsl_274xb_rev_c.patch b/target/linux/brcm63xx/patches-3.14/504-board_dsl_274xb_rev_c.patch index 77b6a35d59..c20dd19ff3 100644 --- a/target/linux/brcm63xx/patches-3.14/504-board_dsl_274xb_rev_c.patch +++ b/target/linux/brcm63xx/patches-3.14/504-board_dsl_274xb_rev_c.patch @@ -1,13 +1,12 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -903,6 +903,62 @@ static struct board_info __initdata boar +@@ -886,6 +886,61 @@ static struct board_info __initdata boar .has_ohci0 = 1, }; +/* D-Link DSL-274xB revison C2/C3 */ +static struct board_info __initdata board_dsl_274xb_rev_c = { + .name = "AW4139", -+ .of_board_id = "d-link,dsl-274xb-c2", + .expected_cpu_id = 0x6358, + + .has_uart0 = 1, @@ -63,7 +62,7 @@ struct spi_gpio_platform_data nb4_spi_gpio_data = { .sck = NB4_SPI_GPIO_CLK, .mosi = NB4_SPI_GPIO_MOSI, -@@ -1204,6 +1260,7 @@ static const struct board_info __initcon +@@ -1185,6 +1240,7 @@ static const struct board_info __initcon &board_AGPFS0, &board_CPVA642, &board_DWVS0, @@ -71,3 +70,11 @@ &board_nb4_ser_r0, &board_nb4_fxc_r1, #endif +@@ -1216,6 +1272,7 @@ static struct of_device_id const bcm963x + #ifdef CONFIG_BCM63XX_CPU_6358 + { .compatible = "brcm,bcm96358vw", .data = &board_96358vw, }, + { .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, }, ++ { .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, }, + { .compatible = "pirelli,a226g", .data = &board_DWVS0, }, + { .compatible = "pirelli,a226m", .data = &board_DWVS0, }, + { .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },