diff options
author | Jonas Karlman | 2024-04-22 06:28:58 +0000 |
---|---|---|
committer | Kever Yang | 2024-04-26 15:47:05 +0800 |
commit | 4c1722ffd15401c6c31c1352e2793ead6ace6a11 (patch) | |
tree | 03472d7f71762029ae544c2720c6d8f33db2c481 /configs | |
parent | 06ca0735ac5f212029278368b4be71709107d0b9 (diff) |
rockchip: rk3588-turing-rk1: Use dwc3-generic driver
RK35xx boards are expected to use the dwc3-generic driver and not the
xhci-dwc3 driver.
Remove the USB_XHCI_DWC3 option to ensure that the dwc3-generic driver
is used.
Fixes: 153ac950a599 ("board: rockchip: Add the Turing RK1 SoM")
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/turing-rk1-rk3588_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/turing-rk1-rk3588_defconfig b/configs/turing-rk1-rk3588_defconfig index 77aacbc64b6..5a86c7eacc8 100644 --- a/configs/turing-rk1-rk3588_defconfig +++ b/configs/turing-rk1-rk3588_defconfig @@ -90,7 +90,6 @@ CONFIG_ROCKCHIP_SFC=y CONFIG_SYSRESET=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y -CONFIG_USB_XHCI_DWC3=y CONFIG_USB_XHCI_PCI=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_GENERIC=y |