From d1a015f8cad3a5cd5dcd967031cff7b4e6bbdc47 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Cabanelas Date: Thu, 27 Dec 2018 12:33:03 +0100 Subject: brcm63xx: DVA-G3810BN/TL: Fix the WAN ethernet port The WAN port has the wrong configuration in the kernel for the DVA-G3810BN/TL The WAN port uses the internal phy, but it isn't enabled at the kernel board data. Fix it. Signed-off-by: Daniel Gonzalez Cabanelas Signed-off-by: Jonas Gorski --- target/linux/brcm63xx/patches-4.14/557-board_bcm963269bhr.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/brcm63xx/patches-4.14/557-board_bcm963269bhr.patch') diff --git a/target/linux/brcm63xx/patches-4.14/557-board_bcm963269bhr.patch b/target/linux/brcm63xx/patches-4.14/557-board_bcm963269bhr.patch index dd3c4b4852..d5af2f0d1c 100644 --- a/target/linux/brcm63xx/patches-4.14/557-board_bcm963269bhr.patch +++ b/target/linux/brcm63xx/patches-4.14/557-board_bcm963269bhr.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -1556,6 +1556,50 @@ static struct board_info __initdata boar +@@ -1554,6 +1554,50 @@ static struct board_info __initdata boar #endif /* CONFIG_BCM63XX_CPU_6368 */ /* @@ -51,7 +51,7 @@ * all boards */ static const struct board_info __initconst *bcm963xx_boards[] = { -@@ -1636,6 +1680,9 @@ static const struct board_info __initcon +@@ -1634,6 +1678,9 @@ static const struct board_info __initcon &board_96368mvwg, &board_96368mvngr, #endif @@ -61,7 +61,7 @@ }; static struct of_device_id const bcm963xx_boards_dt[] = { -@@ -1723,6 +1770,7 @@ static struct of_device_id const bcm963x +@@ -1721,6 +1768,7 @@ static struct of_device_id const bcm963x { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, }, #endif #ifdef CONFIG_BCM63XX_CPU_63268 -- cgit v1.2.3