aboutsummaryrefslogtreecommitdiff
path: root/configs/nanopc-t6-rk3588_defconfig
diff options
context:
space:
mode:
authorJonas Karlman2023-11-12 17:48:58 +0000
committerKever Yang2024-01-19 10:57:36 +0800
commitbcbd9a6f5c26b7caf043e785657df64c6e385fc0 (patch)
tree81680b3f6aeb52db85848217d434e30e8224ac94 /configs/nanopc-t6-rk3588_defconfig
parente1f83dd59282c71c38e00f18f0dead75e1b9218e (diff)
rockchip: board: Remove dwc3 usb init and gadget handler functions
Remove board_usb_init() and dm_usb_gadget_handle_interrupts() functions related to dwc3, they use e.g. a hard-coded reg address for RK3399 and are obsolete with use of DM_USB_GADGET. Use of DM_USB_GADGET, USB_DWC3_GENERIC and USB_DWC3_GADGET have replaced same feature provided by the removed functions on RK3399 boards. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/nanopc-t6-rk3588_defconfig')
-rw-r--r--configs/nanopc-t6-rk3588_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/nanopc-t6-rk3588_defconfig b/configs/nanopc-t6-rk3588_defconfig
index 070399ce2a8..62f307a3f36 100644
--- a/configs/nanopc-t6-rk3588_defconfig
+++ b/configs/nanopc-t6-rk3588_defconfig
@@ -91,7 +91,6 @@ CONFIG_SYS_NS16550_MEM32=y
CONFIG_ROCKCHIP_SFC=y
CONFIG_SYSRESET=y
CONFIG_USB=y
-CONFIG_DM_USB_GADGET=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_GENERIC=y