diff options
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/601-board-bcm6358-DWV-S0_fixes.patch')
-rw-r--r-- | target/linux/bcm63xx/patches-5.4/601-board-bcm6358-DWV-S0_fixes.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/601-board-bcm6358-DWV-S0_fixes.patch b/target/linux/bcm63xx/patches-5.4/601-board-bcm6358-DWV-S0_fixes.patch new file mode 100644 index 0000000000..fa35102aa0 --- /dev/null +++ b/target/linux/bcm63xx/patches-5.4/601-board-bcm6358-DWV-S0_fixes.patch @@ -0,0 +1,10 @@ +--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c ++++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c +@@ -1468,6 +1468,7 @@ static struct board_info __initdata boar + }, + + .has_ohci0 = 1, ++ .has_ehci0 = 1, + }; + #endif /* CONFIG_BCM63XX_CPU_6358 */ + |