From fb589b61420ccc6542e796a99a05a0a620e93bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Fri, 7 Aug 2020 10:11:01 +0200 Subject: bcm63xx: add missing OHCI nodes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All boards with EHCI enabled should also have OHCI enabled. Signed-off-by: Álvaro Fernández Rojas --- target/linux/bcm63xx/patches-5.4/538-board_bcm963269bhr.patch | 7 ++++--- 1 file changed, 4 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 1b5f117739..d7a3484a3b 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 -@@ -1508,6 +1508,45 @@ static struct board_info __initdata boar +@@ -1510,6 +1510,46 @@ static struct board_info __initdata boar #endif /* CONFIG_BCM63XX_CPU_6368 */ /* @@ -12,6 +12,7 @@ + .expected_cpu_id = 0x63268, + + .has_pci = 1, ++ .has_ohci0 = 1, + .has_ehci0 = 1, + + .has_enetsw = 1, @@ -46,7 +47,7 @@ * all boards */ static const struct board_info __initconst *bcm963xx_boards[] = { -@@ -1585,6 +1624,9 @@ static const struct board_info __initcon +@@ -1587,6 +1627,9 @@ static const struct board_info __initcon &board_96368mvwg, &board_96368mvngr, #endif /* CONFIG_BCM63XX_CPU_6368 */ @@ -56,7 +57,7 @@ }; static struct of_device_id const bcm963xx_boards_dt[] = { -@@ -1672,6 +1714,7 @@ static struct of_device_id const bcm963x +@@ -1674,6 +1717,7 @@ static struct of_device_id const bcm963x { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, }, #endif #ifdef CONFIG_BCM63XX_CPU_63268 -- cgit v1.2.3