projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ca073
)
rockchip: rk3588-turing-rk1: Use dwc3-generic driver
author
Jonas Karlman
<jonas@kwiboo.se>
Mon, 22 Apr 2024 06:28:58 +0000
(06:28 +0000)
committer
Kever Yang
<kever.yang@rock-chips.com>
Fri, 26 Apr 2024 07:47:05 +0000
(15:47 +0800)
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>
configs/turing-rk1-rk3588_defconfig
patch
|
blob
|
history
diff --git
a/configs/turing-rk1-rk3588_defconfig
b/configs/turing-rk1-rk3588_defconfig
index 77aacbc64b6c5f314c140961ac85e17e5a5fb180..5a86c7eacc8de9701daf6cb552636ad74f933a5c 100644
(file)
--- 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