From 440d5996efa8baa84b3d276f058a28f1e840e538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Fri, 7 Aug 2020 10:06:34 +0200 Subject: bcm63xx: remove invalid EHCI nodes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There's no EHCI controller on BCM6348. Signed-off-by: Álvaro Fernández Rojas --- target/linux/bcm63xx/patches-5.4/538-board_bcm963269bhr.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/bcm63xx/patches-5.4/538-board_bcm963269bhr.patch') diff --git a/target/linux/bcm63xx/patches-5.4/538-board_bcm963269bhr.patch b/target/linux/bcm63xx/patches-5.4/538-board_bcm963269bhr.patch index 33a9f9a9f7..1b5f117739 100644 --- a/target/linux/bcm63xx/patches-5.4/538-board_bcm963269bhr.patch +++ b/target/linux/bcm63xx/patches-5.4/538-board_bcm963269bhr.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -1510,6 +1510,45 @@ static struct board_info __initdata boar +@@ -1508,6 +1508,45 @@ static struct board_info __initdata boar #endif /* CONFIG_BCM63XX_CPU_6368 */ /* @@ -46,7 +46,7 @@ * all boards */ static const struct board_info __initconst *bcm963xx_boards[] = { -@@ -1587,6 +1626,9 @@ static const struct board_info __initcon +@@ -1585,6 +1624,9 @@ static const struct board_info __initcon &board_96368mvwg, &board_96368mvngr, #endif /* CONFIG_BCM63XX_CPU_6368 */ @@ -56,7 +56,7 @@ }; static struct of_device_id const bcm963xx_boards_dt[] = { -@@ -1674,6 +1716,7 @@ static struct of_device_id const bcm963x +@@ -1672,6 +1714,7 @@ static struct of_device_id const bcm963x { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, }, #endif #ifdef CONFIG_BCM63XX_CPU_63268 -- cgit v1.2.3